multistate: like mtl's ReaderT/WriterT/StateT, but more than one contained value/type.
When using multiple ReadWriteState transformers in the same monad stack, it becomes necessary to lift the operations in order to affect a specific transformer. Using heterogenous lists (and all kinds of GHC extensions magic), this package provides transformers that remove that necessity: MultiReaderTMultiWriterTMultiStateT can contain a heterogenous list of values.
See the README for a longer description.
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
build-test | Build the MultiState-test test program | Disabled |
build-example | Build the MultiState-example example program | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- multistate-0.3.0.0.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.1, 0.1.2, 0.1.3.1, 0.1.3.2, 0.2.0.0, 0.3.0.0, 0.6.0.0, 0.6.1.0, 0.6.2.0, 0.7.0.0, 0.7.1.1, 0.7.1.2, 0.8.0.0, 0.8.0.1, 0.8.0.2, 0.8.0.3, 0.8.0.4 |
---|---|
Dependencies | base (>=4.6 && <4.9), mtl (>=2.1 && <2.3), multistate, transformers (>=0.3 && <0.5) [details] |
License | BSD-3-Clause |
Copyright | Jan Bracker, Lennart Spitzner |
Author | Jan Bracker, Lennart Spitzner |
Maintainer | Lennart Spitzner <lsp@informatik.uni-kiel.de> |
Category | Control |
Home page | https://github.com/lspitzner/multistate |
Bug tracker | https://github.com/lspitzner/multistate/issues |
Source repo | head: git clone git@github.com:lspitzner/multistate.git |
Uploaded | by lspitzner at 2015-01-22T20:05:22Z |
Distributions | Arch:0.8.0.4, Debian:0.8.0.3, LTSHaskell:0.8.0.4, NixOS:0.8.0.4, Stackage:0.8.0.4 |
Reverse Dependencies | 6 direct, 2 indirect [details] |
Executables | multistate-example, multistate-test |
Downloads | 20427 total (70 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |