Skip to content

slogsdon/elixir-control

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Control

Build Status Coverage Status Hex.pm Version

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.

Installation

If available in Hex, the package can be installed as:

  1. Add control to your list of dependencies in mix.exs:

    def deps do [{:control, "~> 0.0.1"}] end

  2. Ensure control is started before your application:

    def application do [applications: [:control]] end

License

Control is released under the MIT License.

See LICENSE for details.

About

An exploratory look into functors, applicatives, and monads for Elixir

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages