Browse thread
Working on dependent projects with ocamlbuild
[
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: | Daniel_Bünzli <daniel.buenzli@e...> |
| Subject: | Re: [Caml-list] Working on dependent projects with ocamlbuild |
Le 1 nov. 07 à 11:53, Daniel Bünzli a écrit : > The base project is structured as follows : > > base/src/a.ml > base/src/b.ml > base/src/base.ml > base/src/base.mli Actually, if the emacs mode had a code-folding mode (module folding to be precise) I'd seriously consider the option of writing all the code in base.ml. Which would solve my problem while retaining the convenience of the initial symlink solution. Daniel