On Sun, Nov 12, 2006 at 01:25:34PM -0800, Martin Jambon wrote:
> On Sun, 12 Nov 2006, michael rice wrote:
>
> > I'm curious why SML of NJ includes a null function as
> > part of its List module but OCaml left it out. I know
> > its usage has been marginalized by pattern matching
> > but the same could have been said for ML.
>
> It doesn't seem to be very useful. Just do that:
> if l = [] then ...
> else ...
>
[...]
Doing some OO-wrapping around this, it maybe useful for
a lot of people 
Ciao,
Oliver
.