Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bolasblack/fantasy.cljc

Implementation of Either and Maybe
https://github.com/bolasblack/fantasy.cljc

Last synced: 11 days ago
JSON representation

Implementation of Either and Maybe

Awesome Lists containing this project

README

        

# fantasy.cljc

Implementation of [Either](https://github.com/sanctuary-js/sanctuary/blob/master/README.md#either-type) and [Maybe](https://github.com/sanctuary-js/sanctuary/blob/master/README.md#maybe-type)

## Run Test

```bash
boot testing test
```