I know the concept and how to use of currying, but I wonder what is its value in practice?
As the related question covers, Practical use of curried functions? , there are many reasons why people value currying and make use of it, including:
map (+2)
is easier to read than map (\x -> x + 2)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With