[
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: | Pietro Abate <Pietro.Abate@p...> |
| Subject: | Re: [Caml-list] Circular dependencies |
On Mon, Jul 06, 2009 at 12:25:58PM +0200, Johannes Kanig wrote: > Abate<Pietro.Abate@pps.jussieu.fr> wrote: > > #cat algo.mlpack > > Pub1 > > Pub2 > > Out > It's a bit confusing, but the mlpack has to contain all the modules of > the pack, and not only the public modules. So you should add "Private" > here. The circular dependency message is ocamlbuild's way of telling > you. ok, so if now I want to hide the module private.ml I need to add algo.mli to hide it . Suppose I've the mli for Pub1 Pub2 and Out . How can I easily (without cut and pasting code) create algo.mli ? Tell me I do not have to manually add the signature of Pub1 Pub2 and Out ... searching the list I've got a bad feeling ... Is this the best way to hide a module ? thanks again. p -- ---- http://en.wikipedia.org/wiki/Posting_style