From: Nicolas C. <war...@fr...> - 2004-04-01 12:37:29
|
> Hi there, > > I have a suggestion for an additional function to put in > the Option module: > > let map_default f default = function > | None -> default > | Some v -> f v Added to the CVS. Regards, Nicolas Cannasse |