On 25 April 2011 14:11, Angel de Vicente <ang...@iac.es> wrote:

> curry :: ((a,b) -> c) -> (a -> b -> c)
>

is the same as:

curry :: ((a,b) -> c) -> a -> b -> c

HTH,
Ozgur
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to