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 mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 5A9F7BC70; Mon, 17 Dec 2007 12:04:08 +0100 (CET) X-IronPort-AV: E=Sophos;i="4.24,176,1196636400"; d="scan'208";a="6909217" Received: from peray.inria.fr (HELO ausone.inria.fr) ([128.93.8.98]) by mail3-relais-sop.national.inria.fr with SMTP; 17 Dec 2007 12:04:08 +0100 Received: by ausone.inria.fr (sSMTP sendmail emulation); Mon, _d Dec 2007 12:03:14 +0100 From: "Nicolas Pouillard" Content-Type: text/plain; charset=UTF-8 Cc: caml-list , caml-list-bounces Subject: Re: [Caml-list] Camlp4 optional arguments To: SerP References: <47663E82.40402@stork.ru> In-Reply-To: <47663E82.40402@stork.ru> Date: Mon, 17 Dec 2007 12:03:14 +0100 Message-Id: <1197889323-sup-4479@ausone.inria.fr> User-Agent: Sup/0.3 X-Spam: no; 0.00; camlp:01 foo:01 ctyp:01 ctyp:01 foo:01 syntax:01 bug:01 syntax:01 preprocessor:01 caml-list:01 int:01 int:01 expression:02 revised:02 revised:02 Excerpts from SerP's message of Mon Dec 17 10:16:50 +0100 2007: > |This construction does not work properly. > > let label = "foo" in > <:ctyp< ? $lid:label$ : int -> () >> |: optional label type. > > But this, work fine: > <:ctyp ()>> > > > How I can use antiqoutation in this expression? > Thanks > What preprocessor do you use revised syntax, original one? It seems to be a bug already fixed for the revised syntax, since it works for me. -- Nicolas Pouillard aka Ertai