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 CA2D8BC0A for ; Mon, 21 May 2007 12:44:35 +0200 (CEST) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l4LAiYSW029534 for ; Mon, 21 May 2007 12:44:35 +0200 Received: by wa-out-1112.google.com with SMTP id v27so65765wah for ; Mon, 21 May 2007 03:44:34 -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=uPAWmauk215tAE0f+SILmPD18u4TH2HmcfCOJYkhYiwOZrbwAL3+9vA/L1X5p3DcrNgXQ0TPNx1bcc6RehuMOxEMKiVtUmQ4Dc7/ouBV+RsK8cHab9BDy6j05TZYOhb1rib2dUoIedQbFhYInFkgrUcwnsY5Td/WAvHlsJw0WQI= 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=kjCwp5/VH6/Kcs8frCuOKxD9reBZ7XmVXRCT9BnkHAkweLoMPf97V9M9JsRlGk2m7uYmjHzMQ3gvuWTT30vYjjteR6coV5+yEFbDQY6wNvFpjInmNuIbmkH+4TXrXDTbc0FpdnrPLyuhXtZuLiaNQWqqNMiF6IKbx3xI7srVrjk= Received: by 10.114.37.1 with SMTP id k1mr2632281wak.1179744274050; Mon, 21 May 2007 03:44:34 -0700 (PDT) Received: by 10.114.183.4 with HTTP; Mon, 21 May 2007 03:44:34 -0700 (PDT) Message-ID: Date: Mon, 21 May 2007 12:44:34 +0200 From: "Nicolas Pouillard" To: "Joel Reymont" Subject: Re: [Caml-list] camlp4 3.10: What should this look like? Cc: "OCaml List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8A1EBB03-0926-4C86-B1C8-5BE7B201A070@gmail.com> X-j-chkmail-Score: MSGID : 46517812.001 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 46517812.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlp:01 expr:01 expr:01 2007,:98 wrote:01 wrote:01 caml-list:01 string:02 string:02 loc:03 loc:03 let:03 raise:03 raise:03 nicolas:08 On 5/21/07, Joel Reymont wrote: > > On May 21, 2007, at 10:26 AM, Nicolas Pouillard wrote: > > > [ "PGSQL"; "("; dbh = expr; ")"; extras = LIST1 STRING -> > > It appears to want the following, please let me know if it's wrong. > > [ "PGSQL"; "("; dbh = expr; ")"; extras = LIST1 [ x = STRING -> > x ] -> > You're right. > A follow up question... What has become of Stdpp.raise_with_loc, as > in the following? > > Stdpp.raise_with_loc loc ( > Failure ("Unknown flag: " ^ str) > ) > Loc.raise -- Nicolas Pouillard