Currying is a significant aspect of functional programming. It allows you to break down one function that takes many arguments into a series of functions that take part of the arguments; this will enable you to build and compose functions together easily.
In this lesson, we will look at what currying is doing under the hood in PureScript, as it is used extensively.
Join in by going to the online PureScript editor.
I see, World domination of the TypeScript is guaranteed. :)