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.0 required=5.0 tests=AWL,SPF_NEUTRAL autolearn=disabled version=3.1.3 Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 24B68BC6C for ; Sun, 27 Jan 2008 17:07:24 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAALc6nEfAXQInh2dsb2JhbACQKAEBAQgKKZQFhg8 X-IronPort-AV: E=Sophos;i="4.25,256,1199660400"; d="scan'208";a="6626903" Received: from concorde.inria.fr ([192.93.2.39]) by mail2-smtp-roc.national.inria.fr with ESMTP; 27 Jan 2008 17:07:24 +0100 Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id m0RG7Nid024619 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Sun, 27 Jan 2008 17:07:23 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAPI6nEdA6aa0dWdsb2JhbACQKAEKCCQFlAeGDw X-IronPort-AV: E=Sophos;i="4.25,256,1199660400"; d="scan'208";a="21854452" Received: from py-out-1112.google.com ([64.233.166.180]) by mail4-smtp-sop.national.inria.fr with ESMTP; 27 Jan 2008 17:07:23 +0100 Received: by py-out-1112.google.com with SMTP id u52so1926386pyb.10 for ; Sun, 27 Jan 2008 08:07:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=guVDuXXCtRlmhI0ApxxQYACvVO+bKKnEEVXNTFAVQU8=; b=S0zs0l+TEDXqNQl+/N1Jsqdi4Lh2igfMkzKYaAFJqUpXP+u5XnXkovTgfzXRS7xx4S2Uf6pVZ1ZQFsgTfi2k8iTou1Lr7vkxCUTNBjM38fIf+0Eq4a9fO5/IXrTbUT/BOkNASCkKCjny9qaO1dZR5UvaClMXkSN4DE2h0n1xl8A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=ZEDUIJ6lW9aV2b7Koh9HmPOeUuZ18QB3y+1lSXb8Yq0+riSjy9dXeSO6C948pzJXs2MNbnd3PN7KwAlY5nrAxWLq7QHuMl3UoVXiYFtJ2p/gDRK0eHxh88gMOgdxq2pSktS9Wdaqaknv2CgpQdjEJjwBzeQdkD5atubLmS9kvCU= Received: by 10.65.115.4 with SMTP id s4mr9145315qbm.47.1201450040723; Sun, 27 Jan 2008 08:07:20 -0800 (PST) Received: from ?192.168.1.36? ( [79.145.11.219]) by mx.google.com with ESMTPS id f6sm4276059nfh.21.2008.01.27.08.07.17 (version=SSLv3 cipher=OTHER); Sun, 27 Jan 2008 08:07:18 -0800 (PST) Cc: caml-list Message-Id: From: Joel Reymont To: Nicolas Pouillard In-Reply-To: <1201438563-sup-8235@ausone.local> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Subject: Re: [Caml-list] camlp4 Filters changed? Date: Sun, 27 Jan 2008 16:07:15 +0000 References: <1201438563-sup-8235@ausone.local> X-Mailer: Apple Mail (2.915) X-Miltered: at concorde with ID 479CAC3B.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlp:01 expr:01 expr:01 wiki:01 camlp:01 wiki:01 token:01 wrote:01 caml-list:01 inherit:01 match:02 loc:03 let:03 let:03 generated:05 I edited my code but I still get the "no expr" error in let strip_token_loc = object inherit map as super method expr e = match super#expr e with | `TokenPos (a, _) -> a | e -> e end I'll check the wiki but please let me know what other changes I missed. Thanks, Joel On Jan 27, 2008, at 12:58 PM, Nicolas Pouillard wrote: > It's now: > > class map = Camlp4MapGenerator.generated; > > I've just updated the wiki. - http://wagerlabs.com