OK, last post. I clearly need more sleep.<br><br>
<div><span class="gmail_quote">On 12/6/07, <b class="gmail_sendername">Ryan Ingram</b> <<a href="mailto:ryani.spam@gmail.com">ryani.spam@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div>mergeMaybes f x y = liftM2 f `mplus` x `mplus` y</div></div></blockquote>
<div> </div>
<div>mergeMaybes f x y = liftM2 f x y `mplus` x `mplus` y</div></div><br>