An exploratory look into functors, applicatives, and monads for Elixir. See the accompanying blog post for more details.
More code, documentation, and tests are in progress.
If available in Hex, the package can be installed as:
-
Add control to your list of dependencies in
mix.exs
:def deps do [{:control, "~> 0.0.1"}] end
-
Ensure control is started before your application:
def application do [applications: [:control]] end
Control is released under the MIT License.
See LICENSE for details.