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

https://github.com/lierdakil/free-monad-examples

Examples and exercises for the "Introduction to free monads" article
https://github.com/lierdakil/free-monad-examples

Last synced: 3 months ago
JSON representation

Examples and exercises for the "Introduction to free monads" article

Awesome Lists containing this project

README

        

# Examples and exercises for the "Introduction to Free Monads" article

Examples are in `src`. If you want to run those, use `stack repl` and then
load the particular example of interest with, f.ex. `:load AST`. Alternatively,
load the `Lib` module and use functions qualified, f.ex. `FreeState.ex1`.

Exercises are in `src/Exercises`.