Browse thread
[Caml-list] recursive modules redux, & interface files
[
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: | Chris Hecker <checker@d...> |
| Subject: | Re: [Caml-list] recursive modules redux, & interface files |
> There are only two options. [And non-local classes are _always_ extern] > This is not so in Ocaml: you may wish to provide access to a component > such as a function with a type more constrained than the actual > implementation. Yes yes yes, I know this. I'm saying I understand why I need to type stuff if there's a difference betwen the .ml and .mli versions (hiding stuff, restricting stuff, abstracting stuff), and that's fine. I'm asking why I need to retype stuff if it's identical. Check out some of the source code in the compiler, or any ocaml project I've seen (the ICFP winners, whatever). There are tons of really huge variants that are just duplicated in mli and ml. That seems bad, for the same reason that typing a C++ function declaration 2 times is bad. Chris ------------------- To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr