[Haskell-cafe] Generalized partial application (again)

Peter Verswyvelen bugfact at gmail.com
Mon Jan 12 14:44:06 EST 2009


On Mon, Jan 12, 2009 at 8:33 PM, Felipe Lessa <felipe.lessa at gmail.com>wrote:

>
> z1' = let f = (let y1 = e1 1; y2 = e2 2 in (\x -> op2 y2 y1 x)) in (f 3, f
> 4)


oooh! sweet! I didn't think of that. many thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090112/63524882/attachment.htm


More information about the Haskell-Cafe mailing list