Simple algebraic data types for javascript
npm install shirt

> 👕 Put a shirt on that data! Simple algebraic data types with zero dependencies
```
$ npm install --save shirt
`js
import { Maybe, Either, IO, Validation } from 'shirt';
// TODO: examples...
`
You also have access to helper functions that might eliminate the need for another library:
`js
import { compose, curry, curryN } from 'shirt';
// TODO: examples...
``
MIT © Ian Sinnott