https://github.com/rcardin/state-monad-example
An example describing the State Monad features.
https://github.com/rcardin/state-monad-example
functional-programming monads scala state-monad
Last synced: 6 months ago
JSON representation
An example describing the State Monad features.
- Host: GitHub
- URL: https://github.com/rcardin/state-monad-example
- Owner: rcardin
- License: mit
- Created: 2018-11-09T09:38:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T16:52:24.000Z (almost 7 years ago)
- Last Synced: 2025-03-30T17:04:48.177Z (7 months ago)
- Topics: functional-programming, monads, scala, state-monad
- Language: Scala
- Size: 9.77 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# state-monad-example
An example describing the State Monad features.