README.md

![](./brand/logo.png)
`TypeClass` brings [principled](http://degoes.net/articles/principled-typeclasses) [type classes](https://en.wikibooks.org/wiki/Haskell/Classes_and_types) to Elixir

[![Build Status](https://travis-ci.org/expede/classy.svg?branch=master)](https://travis-ci.org/expede/classy) [![Inline docs](http://inch-ci.org/github/expede/classy.svg?branch=master)](http://inch-ci.org/github/expede/classy) [![Deps Status](https://beta.hexfaktor.org/badge/all/github/expede/classy.svg)](https://beta.hexfaktor.org/github/expede/classy) [![hex.pm version](https://img.shields.io/hexpm/v/classy.svg?style=flat)](https://hex.pm/packages/classy) [![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](http://hexdocs.pm/classy/) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](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.