[
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: | Oliver Bandel <oliver@f...> |
| Subject: | Re: [Caml-list] Feature wish: to omit explicit coercion for mli's |
On Mon, Nov 21, 2005 at 06:35:30PM +0900, Keiko Nakata wrote: > Hello, > > it would be nice if I can omit explicit type coercion > to match .ml files with .mli's. > > For instance, the following obj.ml does not match with obj.mli. Your feature wish is a bug-wish. ;-) If *.ml and *.mli do not match, then you have written code that better would be rewritten, to say it nicely. ;-) Ciao, Oliver