From: Fernando A. <fer...@cc...> - 2003-02-28 15:14:36
|
> > let default x = function > > | None -> x > > | Some v -> v > > Hum sorry :) > It was in the same thread so I messed up... > Theses are nices, but what package would they belong to ? These functions extend the Pervasives module, so they belong under ExtLib (no sub-module) or maybe ExtLib.Pervasives (not sure about that) Fernando |