From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 6934FBC0A for ; Wed, 13 Jun 2007 14:34:32 +0200 (CEST) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.228]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l5DCYVdW004711 for ; Wed, 13 Jun 2007 14:34:32 +0200 Received: by nz-out-0506.google.com with SMTP id s18so171477nze for ; Wed, 13 Jun 2007 05:34:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LHSAT3GG6dduDindITZf3zKTYLe4SVD6KIX74MGOO4BbqE3IUuEJ8hZIQ1DKyizvvV4ZvVDUSKhOWAwku5S2vpD/nSj6Zavf9jEKgnXEhqjWDJ/ZY1WvBzoVz3QOi0faCLfx7vA/uUeY+GfAmnwCuHssAPToRj4PEubZXltxXuI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NsuwP2fkLz1LjANndrppAleWO9czuEAU17mgs9zR1VqYtTaTcYp0/3Ywl25kn4CNv+Cs94YndIclffIZy0LxDQcQnnKSlx4wdMOzuwmELAgOqVl+WLWx8u6pw9t4BUg09d+ovkS5ksha+MTKMqii62aptyyE3j56Mf7SBwuBwMw= Received: by 10.114.136.1 with SMTP id j1mr539955wad.1181738070073; Wed, 13 Jun 2007 05:34:30 -0700 (PDT) Received: by 10.114.181.9 with HTTP; Wed, 13 Jun 2007 05:34:30 -0700 (PDT) Message-ID: Date: Wed, 13 Jun 2007 14:34:30 +0200 From: "Nicolas Pouillard" To: "Richard Jones" Subject: Re: [Caml-list] camlp4 3.10 and \function Cc: caml-list@inria.fr In-Reply-To: <20070613114244.GB14594@furbychan.cocan.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070613114244.GB14594@furbychan.cocan.org> X-j-chkmail-Score: MSGID : 466FE457.001 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 466FE457.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlp:01 syntax:01 syntax:01 infix:01 expr:01 bug:01 expr:01 wrote:01 caml-list:01 revised:02 revised:02 quotations:03 lsl:03 lsl:03 lid:03 On 6/13/07, Richard Jones wrote: > > Using the revised syntax within quotations it doesn't let me use \lsl > (the revised syntax way to turn an infix function into a prefix > function). Instead I have to write this hack: > > <:expr< $lid:"lsl"$ >> > > which works. > > Bug? > No this is a feature :) The revised syntax follow the original one on this point. So this <:expr< (lsl) >> will works. -- Nicolas Pouillard