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
- Host: GitHub
- URL: https://github.com/lierdakil/free-monad-examples
- Owner: lierdakil
- Created: 2022-01-21T14:53:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T15:45:03.000Z (over 3 years ago)
- Last Synced: 2025-01-19T13:45:31.353Z (5 months ago)
- Language: Haskell
- Homepage: https://serokell.io/blog/introduction-to-free-monads
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.