ref-fd

A type class for monads with references using functional dependencies.

http://www.cs.drexel.edu/~mainland/

Version on this page:0.4
LTS Haskell 22.17:0.5.0.1
Stackage Nightly 2024-04-19:0.5.0.1
Latest on Hackage:0.5.0.1

See all snapshots ref-fd appears in

BSD-3-Clause licensed by Geoffrey Mainland
Maintained by [email protected]
This version can be pinned in stack with:ref-fd-0.4@sha256:e40e45ce7708d981367bed456732c2d30903650dc7393fcc885374790c1b56be,1001

Module documentation for 0.4

Depends on 3 packages(full list with versions):
Used by 1 package in lts-3.1(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.