The STMonadTrans package
A monad transformer version of the ST monad Warning! This monad transformer should not be used with monads that can contain multiple answers, like the list monad. The reason is that the will be duplicated across the different answers and this cause Bad Things to happen (such as loss of referential transparency). Safe monads include the monads State, Reader, Writer, Maybe and combinations of their corresponding monad transformers.
Properties
| Versions | 0.1, 0.2, 0.3, 0.3.1 |
|---|---|
| Dependencies | base (<3) or array, base (≥3 & <5), mtl |
| License | BSD3 |
| Author | Josef Svenningsson |
| Maintainer | josef.svenningsson@gmail.com |
| Category | Monads |
| Source repository | darcs get http://patch-tag.com/r/josef/STMonadTrans |
| Upload date | Sat Feb 12 17:18:50 UTC 2011 |
| Uploaded by | JosefSvenningsson |
| Built on | ghc-7.0 |
Modules
- Control
Downloads
- STMonadTrans-0.3.1.tar.gz (Cabal source package)
- package description (included in the package)