Browse thread
changing the name of an imported module
- Michael Vanier
[
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: | Michael Vanier <mvanier@c...> |
| Subject: | changing the name of an imported module |
Hi everyone, 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. Mike