Functional Elixir

This library is a collection of useful data types brought to Elixir from other functional languages.

Available types

Currently implemented types are:

For more details about each of these types and detailed documentation, please consult the documentation page on hexdocs.

Installation

The library is available on hex.pm. You can use it in your project by adding it to dependencies:

defp deps() do
  [
    {:fe, "~> 0.1.0"}
  ]
end

License

This library is licensed under MIT License.