Packages

Work with type classes with algebraic or category-theoretic.

Current section

Files

Jump to
realm README.md
Raw

README.md

# Realm
A simple implementation of composable polymorphic functions and operators based on the
implementation of Haskell's category theory using native Elixir Protocol.
## Installation
```elixir
def deps do
[
{:realm, "~> 0.1.0"}
]
end
```