@hackage / ref-mtl

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

Latest0.3

About

Metadata

  • Last updated , by GeoffreyMainland
  • License BSD-3-Clause
  • Maintained by: mainland@eecs.harvard.edu

  • Lottery factor: 0

Links

Installation

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.