reader-soup: Vinyl-based reader-like monad composition
Packs together a stack of reader-like monads as one single ReaderT of a composite state (represented as an array). This permits to represent the entire monad stack of an application as one record (in the vinyl sense) of the parameters used to run this monad stack, and to add capabilities to that stack by just adding a new field to that record. reader-soup is part of the porcupine ecosystem. See the README at https://github.com/tweag/porcupine#README.md
Modules
[Index] [Quick Jump]
Downloads
- reader-soup-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1 |
---|---|
Dependencies | base (>=4.10 && <5), katip, lens, mmorph, monad-control, mtl, resourcet, safe-exceptions, transformers, transformers-base, unliftio-core, vinyl (>=0.11) [details] |
License | MIT |
Copyright | 2018 EURL Tweag, NovaDiscovery |
Author | |
Maintainer | Yves Parès <yves.pares@tweag.io> |
Category | Control, Combinators |
Home page | https://github.com/tweag/porcupine#readme |
Bug tracker | https://github.com/tweag/porcupine/issues |
Source repo | head: git clone https://github.com/tweag/porcupine |
Uploaded | by YvesPares at 2019-10-09T10:15:26Z |
Distributions | |
Reverse Dependencies | 3 direct, 0 indirect [details] |
Downloads | 813 total (8 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2019-10-09 [all 1 reports] |