@hackage ref-tf0.5.0.1
A type class for monads with references using type families.
Categories
License
BSD-3-Clause
Maintainer
Geoffrey Mainland <mainland@drexel.edu>
Links
Versions
Installation
Tested Compilers
Dependencies (3)
- base >=4 && <5
- stm >=2.1 && <2.6
- transformers >=0.2 && <0.7 Show all…
Dependents (30)
@hackage/codeworld-api, @hackage/tinytools, @hackage/reflex-ghci, @hackage/disjoint-set-stateful, @hackage/jsaddle, @hackage/caching, Show all…
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.