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 concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 9455CBC0A for ; Thu, 7 Jun 2007 15:32:50 +0200 (CEST) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l57DWnPP003699 for ; Thu, 7 Jun 2007 15:32:50 +0200 Received: by nz-out-0506.google.com with SMTP id s18so459095nze for ; Thu, 07 Jun 2007 06:32:49 -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=rKI7/Oi2WiZnFdPu8TjdNwSa/3Bb/fa7sLz3dCsJQ0zntRcnekJnIKXnOiRIm0nJGbV+Weom3kY560D7dc4E350+iSNCvuz/5e9Dy4ciNbRauUGEqPXtUp0FmNx9VfoMHnMwHi6l/t8ekNXWegBstJ6jUwmEKlwAIZ50Nf0CFNs= 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=WLSC2F6nziWrQ0fxYAJNDR0skvrOldp5h5lqpv+G/Cx+uhGScsa8cpZsEz8EWNhy+bhBkf3Yq3aIdXyX1mckF7iDxJCG8egaofQz01gn6fhHrxDuj6IHvoBTxPDMTm4pjlQdFtMrkiZu9zYzzhmY0IS7+xIyO1o+0+732UFtojM= Received: by 10.114.204.13 with SMTP id b13mr1568494wag.1181223168852; Thu, 07 Jun 2007 06:32:48 -0700 (PDT) Received: by 10.114.181.8 with HTTP; Thu, 7 Jun 2007 06:32:48 -0700 (PDT) Message-ID: Date: Thu, 7 Jun 2007 15:32:48 +0200 From: "Nicolas Pouillard" To: "Dmitry Bely" Subject: Re: [Caml-list] New Camlp4 questions Cc: "Caml List" In-Reply-To: <90823c940706070254lee28346w3471f9a43561b1ba@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <90823c940706070254lee28346w3471f9a43561b1ba@mail.gmail.com> X-j-chkmail-Score: MSGID : 46680901.001 on concorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at concorde with ID 46680901.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlp:01 ioxml:01 camlp:01 syntax:01 pcaml:01 val:01 ioxml:01 syntax:01 wrote:01 caml-list:01 dmitry:01 dmitry:01 grammar:01 bely:01 bely:01 On 6/7/07, Dmitry Bely wrote: > Still trying to convert IoXML to the new Camlp4 syntax. What is an > equivalent for > > Pcaml.warning.val loc "Warning: IoXML not implemented for this type"; In the last version it's: open Camlp4.PreCast;; Syntax.print_warning loc "...." [...] > How to write value type_declaration? I cannot use Gram.Entry.find as > it is now commented out together with the whole Gram.Find module. Why? Look at the grammar the type_declaration entry is exported now. All the best, -- Nicolas Pouillard