Browse thread
changing the name of an imported module
-
Michael Vanier
- Stéphane Glondu
- Christophe TROESTLER
[
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: | Stéphane Glondu <steph@g...> |
| Subject: | Re: [Caml-list] changing the name of an imported module |
Michael Vanier wrote: > Is there any way in Ocaml to change the name of an imported module, sort > of like Haskell's "import qualified" or Python's "import foobar as f"? > It's certainly something I could use. What about module F = Foobar? Cheers, -- Stéphane Glondu