https://github.com/colmugx/reader-monad
https://github.com/colmugx/reader-monad
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/colmugx/reader-monad
- Owner: colmugx
- License: apache-2.0
- Created: 2025-05-03T07:53:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-03T14:50:29.000Z (about 1 year ago)
- Last Synced: 2025-06-05T18:08:23.128Z (about 1 year ago)
- Language: MoonBit
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# colmugx/reader
MoonBit implementation of the Reader Monad pattern.
The Reader Monad allows you to easily manage and access a shared environment (like configuration or dependencies) throughout a computation without explicitly passing it around.
## Installation
```
moon add colmugx/reader
```
## License
This project appears to be licensed under the MIT License (based on the `LICENSE` file). Please refer to the [LICENSE](LICENSE) file for full details.