STMonadTrans: A monad transformer version of the ST monad
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 state token will be duplicated across the different answers and this causes 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.
[Skip to Readme]
Downloads
- STMonadTrans-0.4.8.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8 |
---|---|
Change log | changelog.md |
Dependencies | array, base (>=4.9 && <5), mtl (>=1.1), transformers (>=0.2.0.0 && <0.7) [details] |
Tested with | ghc ==9.10.1, ghc ==9.8.2, ghc ==9.6.5, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2 |
License | BSD-3-Clause |
Author | Josef Svenningsson |
Maintainer | Andreas Abel, josef.svenningsson@gmail.com |
Revised | Revision 1 made by AndreasAbel at 2024-06-25T12:13:23Z |
Category | Monads |
Home page | https://github.com/josefs/STMonadTrans |
Bug tracker | https://github.com/josefs/STMonadTrans/issues |
Source repo | head: git clone https://github.com/josefs/STMonadTrans |
Uploaded | by AndreasAbel at 2024-01-04T07:17:44Z |
Distributions | Arch:0.4.8, Debian:0.4.4, Fedora:0.4.7, FreeBSD:0.3.3, LTSHaskell:0.4.8, NixOS:0.4.8, Stackage:0.4.8 |
Reverse Dependencies | 8 direct, 10 indirect [details] |
Downloads | 37899 total (258 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-01-04 [all 1 reports] |