7 ms·Currying is like air in functional programming. Here's a small example: map (+ 3) [1, 2, 3] == [4, 5, 6]by tkahn6 13y agoCurrying is like air in functional programming. Here's a small example: map (+ 3) [1, 2, 3] == [4, 5, 6]