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

https://github.com/teivah/learning-scalaz


https://github.com/teivah/learning-scalaz

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

* Monoid[A]: identity element (zero) + binary operation (eg. a + b)
* Functor[A, B]: map A => B
* Applicative: binary operation +