Browse thread
Syntactic inclusion of a.ml in b.ml ?
[
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: | Radu Grigore <radugrigore@g...> |
| Subject: | Re: [Caml-list] Re: Syntactic inclusion of a.ml in b.ml ? |
On Apr 9, 2005 4:20 PM, Sébastien Hinderer <Sebastien.Hinderer@ens-lyon.org> wrote: > The C source code contains something like : [...] > The script produces the a.ml file, which contains: [...] > And then I would like to be able to do something like this in b.ml : > > type t = > #include "a.ml" Why not modify the script to produce valid a valid ocaml module and then just open that module? -- regards, radu http://rgrig.blogspot.com/