Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenxl/steven-learns-monads
https://github.com/stevenxl/steven-learns-monads
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/stevenxl/steven-learns-monads
- Owner: StevenXL
- License: bsd-3-clause
- Created: 2018-05-14T12:50:04.000Z (over 6 years ago)
- Default Branch: 01-state-monad
- Last Pushed: 2018-05-14T12:50:22.000Z (over 6 years ago)
- Last Synced: 2024-11-30T12:33:54.880Z (about 2 months ago)
- Language: Haskell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# steven-learns-monads
The purpose of this repos is to exercise / solidify / and experiment with my
knowledge of monads and monad transformers.In this library, I will be reimplementing some well-known monads, such as the
`State`, `Reader`, and `Writer` monads, and I will be using the `QuickCheck` and
`checkers` libraries to test our implementation of these monads.