From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 9CCCEBC57 for ; Wed, 9 Jun 2010 09:39:36 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuIBAHvhDkzRVdQ0kGdsb2JhbACDHpseCBUBAQEBCQkMBxEDH6wqOYIDhSwuiE8BAQMFgSGDA28E X-IronPort-AV: E=Sophos;i="4.53,389,1272837600"; d="scan'208";a="52018745" Received: from mail-vw0-f52.google.com ([209.85.212.52]) by mail3-smtp-sop.national.inria.fr with ESMTP; 09 Jun 2010 09:39:36 +0200 Received: by vws5 with SMTP id 5so1860520vws.39 for ; Wed, 09 Jun 2010 00:39:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=FkFA4l5oGJvh8czsr/tWxOwaFwnzwOU0b8Ay91c7wik=; b=W45CJIFWD7oUW1qYC8W6zzWQWW1pEUoy5e8wvsnxR/IE3EB64SpUQCHvYMPMKW7N/k U/hlMjIgtv3fCBrnhGsVDaehgNzMT6nZnv4x9VA5h+Y4R6zi5ZX9L10ZJvOHUs1T73cr 6DMArT3kqOG+4xLvXpCAjdGqQ6leZ6NWydcWM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=jRK04ZS0GZgrg/d95cyfFZ3r6uhDv2Ly/7COLf8Mu6xgXeN0dT2ih+FD0sWQM8XlWy 0JlPoBCbUBZPoYP9g5q5o/ZihOTjJ91kl0uUFo0JqoBkgTQRL41tePkV4pS1FTFPaPyM E98c2BYP7Ci4pSc0R181dhQXHhOU8fJzK4tLA= Received: by 10.224.95.5 with SMTP id b5mr703582qan.395.1276069175185; Wed, 09 Jun 2010 00:39:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.77.156 with HTTP; Wed, 9 Jun 2010 00:39:15 -0700 (PDT) In-Reply-To: <4C0E9A6A.8090504@inescporto.pt> References: <4C0E6561.20207@inescporto.pt> <4C0E9177.4080802@inescporto.pt> <4C0E9A6A.8090504@inescporto.pt> From: Paolo Donadeo Date: Wed, 9 Jun 2010 09:39:15 +0200 Message-ID: Subject: Re: [Caml-list] Escaped string in sexplib To: OCaml mailing list Content-Type: text/plain; charset=UTF-8 X-Spam: no; 0.00; camlp:01 struct:01 token:01 caml-list:01 modifies:02 string:02 string:02 let:03 function:08 actually:10 escaped:12 com:74 strict:25 eval:27 eval:27 How your function eval_string: let eval_string s = Camlp4.Struct.Token.Eval.string ~strict:() s actually modifies a string? -- Paolo