What is currying in Haskell?
In Haskell, currying is a fact where a function takes n arguments and returns it with a function with n-1 arguments. The fact works when only one argument is applied.
In Haskell, currying is a fact where a function takes n arguments and returns it with a function with n-1 arguments. The fact works when only one argument is applied.