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 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 18FC8BC0A for ; Mon, 21 May 2007 11:56:16 +0200 (CEST) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.236]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l4L9uFIg013687 for ; Mon, 21 May 2007 11:56:15 +0200 Received: by nz-out-0506.google.com with SMTP id l8so2095499nzf for ; Mon, 21 May 2007 02:56:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=qQppuGLsvFT3S7OWQWQ2cJfipXyjsGAfiIxwvABBloeejLHjwvqwUQjxdrsk2MxUZ1JaUDLNvzzwMKZQ4IX3YsgUXtecSkYm76x+qoAfTRUVkoCoiUjLlppuVAzkTG7iFKvAZfBdo7lilPfRIwwlWVwTmPfhYZ5REHzl6XfZLzU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=hAkgzMZr0JQwC+JiNhJDi701QSdR6AC8QKQvLHCLaPkAuWUtuBl4EJoErSscjnmFNZ3IyXrpbK1h5nYnih6+uBGW5UgKfYWiCRrac/WbW8zjpk9aq4gaf2WL8AAgWgEVwgTbbkZY56yAF9UA0n9Rz+245y5Z2dwD/M4bDgjkQBg= Received: by 10.65.186.18 with SMTP id n18mr9627751qbp.1179741374762; Mon, 21 May 2007 02:56:14 -0700 (PDT) Received: from ?192.168.1.33? ( [83.52.62.16]) by mx.google.com with ESMTP id c5sm1707021qbc.2007.05.21.02.56.10; Mon, 21 May 2007 02:56:12 -0700 (PDT) In-Reply-To: References: <8A1EBB03-0926-4C86-B1C8-5BE7B201A070@gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Cc: "OCaml List" Content-Transfer-Encoding: 7bit From: Joel Reymont Subject: Re: [Caml-list] camlp4 3.10: What should this look like? Date: Mon, 21 May 2007 10:56:07 +0100 To: Nicolas Pouillard X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 46516CBF.000 on discorde : j-chkmail score : XXX : 5/20 1 0.000 -> 3 X-Miltered: at discorde with ID 46516CBF.000 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 caml-list:01 string:02 string:02 loc:03 loc:03 let:03 raise:03 raise:03 nicolas:08 wrong:09 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 ] -> 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) ) Thanks, Joel -- http://wagerlabs.com/