STMonadTrans-0.3.1: A monad transformer version of the ST monad

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

Versions0.1, 0.2, 0.3, 0.3.1
Dependenciesbase (<3) or
array, base (≥3 & <5), mtl
LicenseBSD3
AuthorJosef Svenningsson
Maintainerjosef.svenningsson@gmail.com
CategoryMonads
Source repositorydarcs get http://patch-tag.com/r/josef/STMonadTrans
Upload dateSat Feb 12 17:18:50 UTC 2011
Uploaded byJosefSvenningsson
Built onghc-7.0

Modules

Downloads