Hi,

On 25/04/11 14:20, Ozgur Akgun wrote:
On 25 April 2011 14:11, Angel de Vicente <ang...@iac.es
<mailto:ang...@iac.es>> wrote:

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


is the same as:

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

thanks, it makes sense now. Somehow I thought that adding the parenthesis in ...-> (a -> b -> c) was something special and that I couldn't get rid of them (in the same sense as I cannot get rid of the parenthesis in the first part and write:

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

Thanks,
Ángel
--
http://www.iac.es/galeria/angelv/

High Performance Computing Support PostDoc
Instituto de Astrofísica de Canarias
---------------------------------------------------------------------------------------------
ADVERTENCIA: Sobre la privacidad y cumplimiento de la Ley de Protecci�n de 
Datos, acceda a http://www.iac.es/disclaimer.php
WARNING: For more information on privacy and fulfilment of the Law concerning 
the Protection of Data, consult http://www.iac.es/disclaimer.php?lang=en


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

Reply via email to