[Caml-list] Specifying recursive modules?

2008-08-20 Thread Jérémie Lumbroso
Hello, I'd always thought of separating specification and definition as simply not possible in OCaml, but OCaml's reference manual (3.10, which is, as far as I can tell, the most recent version of the documentation) seems to contradict my assumption:

Re: [Caml-list] Specifying recursive modules?

2008-08-20 Thread Martin Jambon
On Wed, 20 Aug 2008, Jérémie Lumbroso wrote: Hello, I'd always thought of separating specification and definition as simply not possible in OCaml, but OCaml's reference manual (3.10, which is, as far as I can tell, the most recent version of the documentation) seems to contradict my

Re: Re : [Caml-list] Specifying recursive modules?

2008-08-20 Thread Jérémie Lumbroso
-c modrec.ml (with modrec.ml having the same contents as modrec.mli) complains it has a syntax error. Matthieu - Message d'origine De : Jérémie Lumbroso [EMAIL PROTECTED] À : [EMAIL PROTECTED] Envoyé le : Mercredi, 20 Août 2008, 16h31mn 51s Objet : [Caml-list] Specifying