OK, last post.  I clearly need more sleep.

On 12/6/07, Ryan Ingram <[EMAIL PROTECTED]> wrote:
>
>  mergeMaybes f x y = liftM2 f `mplus` x `mplus` y
>

mergeMaybes f x y = liftM2 f x y `mplus` x `mplus` y
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to