[
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: | Yann Coscoy <Yann.Coscoy@t...> |
| Subject: | Re: [Caml-list] modules |
Brendan Miller a écrit : > can a single module be made in several files? for example, if I had > several classes or submodules and wanted to put one in each .ml file > to make it more manageable. You should have a look to option '-pack' of ocamlc and ocmlopt. Yann Coscoy