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.2 required=5.0 tests=AWL,PORN_URL_SEX,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 99854BC69 for ; Mon, 30 Apr 2007 14:48:00 +0200 (CEST) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.230]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id l3UClxmO027889 for ; Mon, 30 Apr 2007 14:48:00 +0200 Received: by nz-out-0506.google.com with SMTP id l8so2043636nzf for ; Mon, 30 Apr 2007 05:47:58 -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=ahOIyxxMbHhA12+xOM+Hve85ujN3ZfY1jlSzr9VooxP4QhXO7bLsIrTpF17vvNNnljSoPZDGcJRkOC+myctOPSLV9yOY7LNrffOyA9ULjgQlFN9z7S1Q8FHYu/mRdlvJmc6BgUPzh6/fCirEMo2BPn4eYkmWYN+7A9q92jSTt24= 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=HuffKrjmzoe0jyfkY5s83scNBzZrAK1TPZDjGSAK/kNIApFDouqw1TRZQ06lx3d/hYWfTwYz0a45zCZxqu/yYcCY9TxLIbZJrk4Z7uFfr/nIXdiPg616vZIXDEnuCt19ikbXCA7yjRsje6xfPOaeqqXS39q2tgB4mEz4eiYpWB4= Received: by 10.114.147.1 with SMTP id u1mr2013195wad.1177937278439; Mon, 30 Apr 2007 05:47:58 -0700 (PDT) Received: by 10.114.181.18 with HTTP; Mon, 30 Apr 2007 05:47:58 -0700 (PDT) Message-ID: Date: Mon, 30 Apr 2007 14:47:58 +0200 From: "Nicolas Pouillard" To: "Joel Reymont" Subject: Re: [Caml-list] camlp4 3.10: MLast.type_decl Cc: "Caml 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: X-j-chkmail-Score: MSGID : 4635E57F.000 on concorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at concorde with ID 4635E57F.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlp:01 mlast:01 decl:01 flags:01 mlast:01 decl:01 ocamlc:01 camlp:01 -pp:01 -for-pack:01 sexp:01 mli:01 sexp:01 mli:01 ocaml:01 On 4/30/07, Joel Reymont wrote: > What magic flags do I need to get hold of MLast.type_decl? > > This doesn't seem to do it: > > ocamlc -c -I +camlp4 -pp camlp4of -for-pack Sexplib pa_sexp_conv.mli > File "pa_sexp_conv.mli", line 38, characters 8-18: > Unbound type constructor MLast.type_decl MLast is the old module that is now replaced by Camlp4.PreCast.Ast In fact pa_sexp_conv.ml is not yet up to date for OCaml 3.10. -- Nicolas Pouillard