[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Nicolas Pouillard <nicolas.pouillard@g...> |
| Subject: | Re: [Caml-list] camlp4 3.10: MLast.type_decl |
On 4/30/07, Joel Reymont <joelr1@gmail.com> 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