Browse thread
How to use Set Datatype
-
Jan Stamer
-
Micha
- Jon Harrop
-
Brian Hurt
-
skaller
- William Lovas
- Brian Hurt
-
skaller
-
Micha
[
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: | 2004-12-12 (03:07) |
From: | Brian Hurt <bhurt@s...> |
Subject: | Re: [Caml-list] How to use Set Datatype |
On 12 Dec 2004, skaller wrote: > On Sun, 2004-12-12 at 08:12, Brian Hurt wrote: > > On Fri, 10 Dec 2004, Micha wrote: > > > Another thing- longtime Ocaml programmers tend to inline their structure > > definitions. > > Why? Because binding implicitly by name is basically bogus? Yes. But it makes the functor application look complicated and clunky to a newbie, when it really isn't. Once you're familiar with the syntax, inlining becomes a better option. Brian