In LYAHFGG we read:
Every function in Haskell officially only takes one parameter.
In this description of Lambda Calculus we read:
The second simplification is that the λ-calculus only uses functions of a single input.
My question is: Was the reason that Haskell had single-argument functions to be like lambda calculus?
(Or is it just a combined focus on simplicity with currying?)