An open API service indexing awesome lists of open source software.

https://github.com/colmugx/reader-monad


https://github.com/colmugx/reader-monad

Last synced: 5 months ago
JSON representation

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.