Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stevenxl/steven-learns-monads


https://github.com/stevenxl/steven-learns-monads

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# steven-learns-monads

The purpose of this repos is to exercise / solidify / and experiment with my
knowledge of monads and monad transformers.

In this library, I will be reimplementing some well-known monads, such as the
`State`, `Reader`, and `Writer` monads, and I will be using the `QuickCheck` and
`checkers` libraries to test our implementation of these monads.