The Currying library allows you to partially apply (or 'curry') any Elixir function, in a very transparent way.
It also optionally implements the infix operator `~>` as a synomym for currying.
The Currying library allows you to partially apply (or 'curry') any Elixir function, in a very transparent way. It also optionally implements the infix operator `~>` as a synomym for currying.