STMonadTrans: A monad transformer version of the ST monad

[ bsd3, library, monads ] [ Propose Tags ]

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.

Flags

Automatic Flags
NameDescriptionDefault
splitbase

Choose the new smaller, split-up base package.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

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.6 && <5), fail, mtl [details]
License BSD-3-Clause
Author Josef Svenningsson
Maintainer josef.svenningsson@gmail.com
Category Monads
Source repo head: git clone https://github.com/josefs/STMonadTrans
Uploaded by JosefSvenningsson at 2019-07-06T17:13:37Z
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 36458 total (166 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-07-06 [all 1 reports]