Current section
Files
Jump to
Current section
Files
type_class
README.md
README.md

`TypeClass` brings [principled](http://degoes.net/articles/principled-typeclasses) [type classes](https://en.wikibooks.org/wiki/Haskell/Classes_and_types) to Elixir
[](https://travis-ci.org/expede/classy) [](http://inch-ci.org/github/expede/classy) [](https://beta.hexfaktor.org/github/expede/classy) [](https://hex.pm/packages/classy) [](http://hexdocs.pm/classy/) [](https://github.com/expede/classy/blob/master/LICENSE)
# Quick Start
```
def deps do
[{:type_class, "~> 0.1"}]
end
```
# NOTE!
This is in extremely early stages! _Nothing_ works yet! Barely more than a sketch of an idea.