Use One Function Argument at a Time with Currying and Partial Application in PureScript

InstructorVincent Orr

Share this video with your friends

Send Tweet

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.

Erkan Buelbuel
~ 6 years ago

I see, World domination of the TypeScript is guaranteed. :)