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.
BY Best Interview Question ON 24 Mar 2019
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.