Browse thread
[Caml-list] Error during partial linking
[
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: | Dmitry Bely <dbely@m...> |
| Subject: | Re: [Caml-list] Error during partial linking |
Alain Frisch <frisch@clipper.ens.fr> writes: >> I meant programmers should manually add "open Std" to the existing sources >> using a text editor. I would prefer no auto open of Std (old C++ habits >> :-)) > > I think I have understood your position; what I don't understand in the > technical motivation. The only case I can see where you wouln't want to > have an automatic "open Std" is if you want to use, say, a custom > List module which is not itself -packaged. Exactly. I would like to have the global namespace not polluted by default, so that I could create any custom module (List, Array or whatever) not thinking of the possible name clash. - Dmitry Bely ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners