The latest version of multistate is 0.8.0.4-1.

multistate

Version 0.7.1.1 revision 0 uploaded by lspitzner.

Package meta

Synopsis
like mtl's ReaderT / WriterT / StateT, but more than one contained value/type.
Description

When using multiple Read/Write/State transformers in the same monad stack, it becomes necessary to lift the operations in order to affect a specific transformer. Using heterogeneous lists (and all kinds of GHC extensions magic), this package provides transformers that remove that necessity: MultiReaderT/MultiWriterT/MultiStateT/MultiRWST can contain a heterogeneous list of values.

See the README for a longer description.

Author
Jan Bracker, Lennart Spitzner
Bug reports
https://github.com/lspitzner/multistate/issues
Category
Control
Copyright
Jan Bracker, Lennart Spitzner
Homepage
https://github.com/lspitzner/multistate
Maintainer
Lennart Spitzner <lsp@informatik.uni-kiel.de>
Package URL
n/a
Stability
Experimental

Components