Excerpts from joelr1's message of Sat Jan 26 01:34:25 +0100 2008: > 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;; It's now: class map = Camlp4MapGenerator.generated; I've just updated the wiki. > let strip_token_loc = object > inherit map as super > method expr e = > match super#expr e with > | `TokenPos (a, _) -> a > | e -> e > end -- Nicolas Pouillard aka Ertai