Browse thread
[Caml-list] Module system and multiple libraries
-
Jonathan Roewen
- Richard Jones
- Julien Signoles
[
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: | 2005-06-29 (08:42) |
From: | Julien Signoles <Julien.Signoles@l...> |
Subject: | Re: [Caml-list] Module system and multiple libraries |
> Does OCaml have any support for having modules of the same name in > different libraries? You can use the -pack option of ocamlc/ocamlopt. -- Julien Signoles