[Haskell-cafe] Why is this strict in its arguments?
Ryan Ingram
ryani.spam at gmail.com
Thu Dec 6 17:25:27 EST 2007
OK, last post. I clearly need more sleep.
On 12/6/07, Ryan Ingram <ryani.spam at gmail.com> wrote:
>
> mergeMaybes f x y = liftM2 f `mplus` x `mplus` y
>
mergeMaybes f x y = liftM2 f x y `mplus` x `mplus` y
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20071206/e15c13cd/attachment.htm
More information about the Haskell-Cafe
mailing list