On Tuesday, 24 September 2013 at 12:06:22 UTC, Max Samukha wrote:

A 'normal' function in Haskell takes exactly one object and returns exactly one object. a -> b -> c is actually a -> (b -> c) because -> is right-associative. It's perfectly readable for people in the Haskell subculture. You'll have hard time convincing them otherwise :)

Isn't function application in Haskell left-associative? (I might be confusing terms as I am just learning it)

Reply via email to