
8 Jan
2007
8 Jan
'07
11:46 a.m.
On 08/01/07, Greg Buchholz
...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, dmhouse@gmail.com