OK, last post.  I clearly need more sleep.

On 12/6/07, Ryan Ingram <ryani.spam@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