Browse thread
Wanted: your feedback on the hierarchy of OCaml Batteries Included
[
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: | 2008-11-18 (21:40) |
From: | Jon Harrop <jon@f...> |
Subject: | Re: [Caml-list] Wanted: your feedback on the hierarchy of OCaml Batteries Included |
On Tuesday 18 November 2008 17:51:21 Nicolas Pouillard wrote: > Excerpts from Jon Harrop's message of Tue Nov 18 19:17:23 +0100 2008: > > # module Array = struct > > include Array > > let empty = [||] > > end;; > > module Array : > > sig > > external length : 'a array -> int = "%array_length" > > ... > > val empty : 'a array > > end > > Yes but that's the same than saying you can change a value: > > let x = 42 > let x = x + 1 > > So you make a new module but don't extend it. In what way is that unsatisfactory? -- Dr Jon Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/?e