See more
Partial application transforms a function into another function with smaller arity.
Currying transforms a function into a sequence of functions each taking a single argument of the function.
Note: The term arity, refers to the number of arguments a function takes. For example,
arity