Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion markdowns/part4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Currying

Currying is one of the words you will hear the most when you start to work with functionnal programming. It is also one of the hardest to figure out.
Currying is one of the words you will hear the most when you start to work with functional programming. It is also one of the hardest to figure out.

*Definition: Currying is the technique of translating the evaluation of a function which takes multiple arguments into evaluating a sequence of functions, each with a single argument *

Expand Down