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 mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 89C9ABC6B for ; Sat, 26 Jan 2008 01:34:30 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAAMPmkfAXQImh2dsb2JhbACQKgEBAQgKKZZDhx4 X-IronPort-AV: E=Sophos;i="4.25,253,1199660400"; d="scan'208";a="7246443" Received: from discorde.inria.fr ([192.93.2.38]) by mail1-smtp-roc.national.inria.fr with ESMTP; 26 Jan 2008 01:34:30 +0100 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id m0Q0YUOw002873 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Sat, 26 Jan 2008 01:34:30 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAAMPmkdIDtydkmdsb2JhbACQKgEBAQEHAgYJChaWRYce X-IronPort-AV: E=Sophos;i="4.25,253,1199660400"; d="scan'208";a="7246441" Received: from fg-out-1718.google.com ([72.14.220.157]) by mail1-smtp-roc.national.inria.fr with ESMTP; 26 Jan 2008 01:34:29 +0100 Received: by fg-out-1718.google.com with SMTP id 22so835939fge.25 for ; Fri, 25 Jan 2008 16:34:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; bh=tanU7iZWT4qBz4MmYSqqJ3oqoli7qVHqwp16MY6QRfQ=; b=oa7VeSf9HuvK0hF1OLZQfNHeS57LrrdL4vPe0wH38cO6qDCtM2DMcnUt7gBQJNkhhFqW3em4IXc07zJ0RoKEKrh7jETFEg1CcRT0ETQYaj7ZvIAU9F2L7++hjtezeSjWbFPg9rtQxwdxVOruAEyVZHK7RzDnXRdYs7Cbi/rxUL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; b=ar27I898rc795iJfChCP4VCsOhNcFm8VNNU/7wx7sM8paNZ2JgA18cVqncPpCzLP4Ytwy9eQGwugqz7jD21qh2zdh8pVe+6I5B0ZWDVqxi02AEhFwOxfnFEBOgZOafLhsRs8Yq+cT3Z+RCJ4VHJ96TEZtGNy3biFzLqixRrIhVw= Received: by 10.82.187.2 with SMTP id k2mr4736821buf.16.1201307669328; Fri, 25 Jan 2008 16:34:29 -0800 (PST) Received: from ?192.168.1.36? ( [79.145.11.219]) by mx.google.com with ESMTPS id d26sm71091nfh.25.2008.01.25.16.34.27 (version=SSLv3 cipher=OTHER); Fri, 25 Jan 2008 16:34:28 -0800 (PST) Message-Id: From: Joel Reymont To: caml-list List Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Subject: camlp4 Filters changed? Date: Sat, 26 Jan 2008 00:34:25 +0000 X-Mailer: Apple Mail (2.915) X-Miltered: at discorde with ID 479A8016.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; camlp:01 expr:01 expr:01 camlp:01 token:01 inherit:01 expression:02 match:02 loc:03 let:03 generated:05 object:09 wrong:10 end:12 error:12 I get the error "This expression has no method expr" and it points to super#expr below. Is there no expr in map anymore or am I doing something wrong? class map = Camlp4Filters.GenerateMap.generated;; let strip_token_loc = object inherit map as super method expr e = match super#expr e with | `TokenPos (a, _) -> a | e -> e end Thanks, Joel -- http://wagerlabs.com