[Haskell-cafe] Real World Haskell: confusion

Peter Verswyvelen bugfact at gmail.com
Tue Jan 13 10:54:08 EST 2009


On page 102: "partial function application is named currying"



I thought "currying" or "to curry" means converting



f :: (a,b) ->c



into



g :: a -> b -> c



by applying "curry" (mmm, are Asian people good at Haskell? :-)

g = curry f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090113/839f6127/attachment.htm


More information about the Haskell-Cafe mailing list