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
Function currying in Elixir.
The Currying library allows you to partially apply (or 'curry') any Elixir function, in a very transparent way. It also optionally implem...
A simple currying macro allowing to define curried functions in Elixir modules.