[Haskell-cafe] Spot the difference!

PR Stanley prstanley at ntlworld.com
Thu Sep 20 00:03:45 EDT 2007


Hi
\_ n -> 1 + n
\_ -> (\n -> 1 + n)
The outcome seems to be identical. is there a substantive difference 
between the two definitions?
The second one seems to be more expressive of the currying principle.
Any thoughts?

Thanks, Paul



More information about the Haskell-Cafe mailing list