- Published on
How to refactor any curried function by combining two basic functions, `compose` and `flip`, in a generic, mechanical and purely functional way. The arguments of any curried function can be swapped and/or altered at any (nested) level.
A blog on software engineering, functional programming and category theory.