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

https://github.com/jonathanstarup/monad-demo


https://github.com/jonathanstarup/monad-demo

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# monad-demo (flix v0.28.0)

A **state monad** and **random monad** in Flix using custom effect-polymorphic, effect-delayed type classes for
functor, applicative, and monad.

Based on [this post](https://williamyaoh.com/posts/2020-07-12-deriving-state-monad.html)