Browse thread
Namespace clash
[
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: | Alain Frisch <Alain.Frisch@i...> |
| Subject: | Re: [Caml-list] Namespace clash |
Alessandro Baretta wrote: > Probably, all that ocaml lacks to properly handle namespacing is a -open > directive, telling the compiler to imply a "open Xxxx" at the beginning > of all .ml and .mli files on the command line. Given this compiler flag, > the build system could take care of everything. Couldn't you use the -pp option to achieve the same behavior? -- Alain