
22 Jul
2008
22 Jul
'08
7:29 a.m.
On Mon, Jul 21, 2008 at 03:19:43PM +0200, Nicolas Pouillard wrote:
Excerpts from Ross Paterson's message of Sat Jul 19 01:29:40 +0200 2008:
To summarize:
Several container classes have types like
lookup :: (Monad m, Ord k) => k -> Map k a -> m a
And what about keeping the monadic version under another name like lookupM?
Well, the aim was to make the API safer.