ref-tf

A type class for monads with references using type families.

Version on this page:0.4.0.2
LTS Haskell 22.14:0.5.0.1
Stackage Nightly 2024-03-28:0.5.0.1
Latest on Hackage:0.5.0.1

See all snapshots ref-tf appears in

BSD-3-Clause licensed and maintained by Geoffrey Mainland
This version can be pinned in stack with:ref-tf-0.4.0.2@sha256:69de3550250e0cd69f45d080359cb314a9487c915024349c75b78732bbee9332,1134

Module documentation for 0.4.0.2

Depends on 3 packages(full list with versions):

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.