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 50235BC69 for ; Fri, 30 Mar 2007 16:14:10 +0200 (CEST) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.176]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l2UEE9ug010603 for ; Fri, 30 Mar 2007 16:14:09 +0200 Received: by ik-out-1112.google.com with SMTP id c29so416627ika for ; Fri, 30 Mar 2007 07:14:09 -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=H/S1SQsm7Cp7vRHdWqulvlD/A8lNYSUu/hJQF2WiAyO0O/2dyMM822irFOpNSqiHe6CSckZ6hzG0Hh9Qn40jr1cB2dY0yUz3nMVErUSxPs4LWeFYR+EyAePDdIIZBjBjBTusYJAf3T02mC1IjTH48tzq2DTBqlr7DZmZC0syjc0= 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=HmYm/0qAm8LTHh0Xk1fBatAHBS0ebbvtzkP6ZoFX37qciWUpukWq/R+Z1wxri94TvxUtaFs03Wrynh5yz4YKIzDxcLBJNN/Z6GqqWRpwVqXnFyfff+RFmiTYI3e7yF1ofULaRYJQMo/a7pIIoberj02vSLLUlA8PK8SIR3YPLPs= Received: by 10.114.122.2 with SMTP id u2mr758896wac.1175264048311; Fri, 30 Mar 2007 07:14:08 -0700 (PDT) Received: by 10.114.183.4 with HTTP; Fri, 30 Mar 2007 07:14:08 -0700 (PDT) Message-ID: Date: Fri, 30 Mar 2007 16:14:08 +0200 From: "Nicolas Pouillard" To: "Hendrik Tews" Subject: Re: [Caml-list] HOWTO create and install a new printer with camlp4 3.10 Cc: caml-list@inria.fr In-Reply-To: <17930.59320.89370.348737@tandem.cs.ru.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <17930.59320.89370.348737@tandem.cs.ru.nl> X-j-chkmail-Score: MSGID : 460D1B31.001 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 460D1B31.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; howto:01 camlp:01 hendrik:01 tews:01 tews:01 camlp:01 syntax:01 sig:01 syntax:01 sig:01 wrote:01 caml-list:01 functions:01 ast:02 ast:02 On 3/29/07, Hendrik Tews wrote: > > Posted in the hope to save somebody's time before the new camlp4 > documentation gets out. I'm making a little change. [...] > (* the real thing containing the real functions *) > module Make (Syntax : Camlp4.Sig.Syntax) : > Camlp4.Sig.Printer with module Ast = Syntax.Ast = Will be Camlp4.Sig.Printer(Syntax.Ast).S = [...] Since 3.10 is not officially out the sooner is the better. -- Nicolas Pouillard