https://github.com/jonathanstarup/monad-demo
https://github.com/jonathanstarup/monad-demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathanstarup/monad-demo
- Owner: JonathanStarup
- License: other
- Created: 2022-06-10T07:32:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T11:20:36.000Z (about 4 years ago)
- Last Synced: 2025-04-15T01:49:34.728Z (about 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
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)