ref-mtl

A type class for monads with references compatible with the mtl2 library.

http://www.eecs.harvard.edu/~mainland/

Latest on Hackage:0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Geoffrey Mainland
Maintained by [email protected]

Contains a MonadRef type class that abstracts over the details of manipulating references, allowing one to write code that can operate in either the ST monad or the IO monad.