@hackage / ref-fd

A type class for monads with references using functional dependencies.

Latest0.5.0.1

About

Metadata

  • Last updated , by GeoffreyMainland
  • License BSD-3-Clause
  • Maintained by: Geoffrey Mainland <mainland@drexel.edu>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.6.1
  2. 9.4.4
  3. 9.2.2
  4. 9.0.2
  5. 8.10.7
  6. 8.8.4
  7. 8.6.5
  8. 8.4.3
  9. 8.2.2
  10. 8.0.2
  11. 7.10.3

Readme

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.