Browse thread
Teaching bottomline, part 3: what should improve.
[
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: | Markus E.L. <ls-ocaml-developer-2006@m...> |
| Subject: | Re: [Caml-list] Teaching bottomline, part 3: what should improve. |
> For .mli file, it's not always an advantage to have them; having 2 > files to edit each time you make a modification is quite annoying.. > I wish there was an inline signature ala Haskell for OCaml, something > along the line of: > > === string.ml ==== > val length : string -> int > .... > > let length s = ... > .... > ================== let len (s :string) : int = ... ? Regards -- M