[Haskell-cafe] Trouble with currying and uncurrying...
Ozgur Akgun
ozgurakgun at gmail.com
Mon Apr 25 15:20:16 CEST 2011
On 25 April 2011 14:11, Angel de Vicente <angelv at iac.es> wrote:
> curry :: ((a,b) -> c) -> (a -> b -> c)
>
is the same as:
curry :: ((a,b) -> c) -> a -> b -> c
HTH,
Ozgur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110425/e8b4ccb2/attachment.htm>
More information about the Haskell-Cafe
mailing list