[Haskell-cafe] type checking that I can't figure out ....

Michael Snoyman michael at snoyman.com
Wed Jun 3 11:11:22 EDT 2009


On Wed, Jun 3, 2009 at 8:42 AM, Daniel Fischer <daniel.is.fischer at web.de>wrote:

> Am Mittwoch 03 Juni 2009 06:12:46 schrieb Michael Snoyman:
>
> > I made two changes:
> >
> > 1. You had the arguments to M.lookup backwards.
> > 2. lookup does not return any generalized Monad, just Maybe (I think that
> > should be changed).
>
> Data.Map.lookup used to return a value in any monad you wanted, I believe
> until 6.8
> inclusive.
> I don't think it's going to change again soon.
>

Is there a reason why it only returns in the Maybe monad? I often times have
to write a liftMaybe function to deal with that.

Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090603/e8214255/attachment.html


More information about the Haskell-Cafe mailing list