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 discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id C204BBC69 for ; Mon, 30 Apr 2007 15:55:16 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l3UDtGCm013994 for ; Mon, 30 Apr 2007 15:55:16 +0200 Received: by ug-out-1314.google.com with SMTP id k3so1038929ugf for ; Mon, 30 Apr 2007 06:55:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=diwf7jddwbKgxhz9+UjXjecicKfH6boRmR8PgQk4hA/B92h9sSgY5tbaDHo7K7dESyEcRpZOEqnS7AlacDxjA5S5HNwkX0FjV65AqHIKJ48SaL7vsCqh9yGUBtEUqtJ0/Ueeht5KShdbecmdVQe9+bw5ot+Hr57CZJ13uQ7Wkcc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=JLc6OTeOHHp/RORq9sMWt0VSd7K3FTetbUIiINteQDYWiQYiiw7ZdGEU0yPlRvphJ9vrCLiTp/lWVmYO1NYjQSxEZUIG1itIovk9QNDN7Hmj9vox1EP/6PwK2HqipZAm4Uy0fXFi7J+qeuCUqspID5F6XTQANsupiUkntpr5YeA= Received: by 10.67.115.14 with SMTP id s14mr5434903ugm.1177941315978; Mon, 30 Apr 2007 06:55:15 -0700 (PDT) Received: from ?192.168.1.34? ( [83.52.237.136]) by mx.google.com with ESMTP id 29sm9963620uga.2007.04.30.06.55.14; Mon, 30 Apr 2007 06:55:14 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <220DCCF0-FD2D-4116-8E30-992C1AD3FE95@gmail.com> Cc: Nicolas Pouillard Content-Transfer-Encoding: 7bit From: Joel Reymont Subject: Upgrading sexplib-2.7.0 to camlp4 3.10 Date: Mon, 30 Apr 2007 14:55:11 +0100 To: Caml List X-Mailer: Apple Mail (2.752.3) X-j-chkmail-Score: MSGID : 4635F544.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 4635F544.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlp:01 ctyp:01 ocamlc:01 camlp:01 -pp:01 -for-pack:01 sexp:01 sexp:01 ctyp:01 patt:01 ident:02 conv:02 conv:02 parse:02 construct:02 The bit below gives an error | <:ctyp< $tp1$ . $tp2$ >> -> ocamlc -c -I +camlp4 -pp camlp4orf -for-pack Sexplib pa_sexp_conv.ml File "pa_sexp_conv.ml", line 105, characters 24-29: While expanding quotation "ctyp" in a position of "patt": Parse error: ident_of_ctyp: this type is not an identifier How do I interpret this and what do I need to learn to fix it? I'm still reading through Martin's pa_json translation but I don't think he uses the construct above. Thanks, Joel -- http://wagerlabs.com/