[Caml-list] Some obsolete constructions ?

2010-04-30 Thread Emmanuel Dieul
Hello, I'm building an outline of an ocaml source file (interface or implementation) with the abstract syntax tree generated by the -dparsetree compiler option. This abstract syntax tree is printed via the /ocaml/release/3.11.2/parsing/printast.ml module. During my cover tests, I didn't

Re: [Caml-list] Some obsolete constructions ?

2010-04-30 Thread Alain Frisch
On 04/30/2010 03:23 PM, Emmanuel Dieul wrote: - Pcf_let : a let construction as a class field ? AFAIK, this one is obsolete. - Pexp_letmodule : ? let module L = List in ();; - Pexp_override : an override expression ? object(this) method m = { } end;; - Ppat_type : a type pattern