A simple currying macro allowing to define curried functions in Elixir modules.
A simple currying macro allowing to define curried functions in Elixir modules.
A simple module to do currying and partial application using Variadic functions to start partial evaluation
Currying functionality in Erlang
The Currying library allows you to partially apply (or 'curry') any Elixir function, in a very transparent way. It also optionally implem...
Function currying in Elixir.