On 08/01/07, Greg Buchholz <[EMAIL PROTECTED]> wrote:
...I've also thought it would be nice to be able to say things like...

    (foo `liftM2 (,)` bar)

You can fake this:

(-!) = ($)
(!-) = flip ($)

foo -! liftM2 (,) !- bar

Not perfect, but it's interesting nonetheless.

And yes, this was a product of some #haskell brainstorming and
algorithm tennis. :)

--
-David House, [EMAIL PROTECTED]
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to