var-monad: The VarMonad typeclass, generalizing types of references.

[ apache, control, library ] [ Propose Tags ]

The VarMonad typeclass, as defined by /Type Classes: an exploration of the design space/ by SPJ et al, 1997.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.0, 0.2.0.1
Change log changelog.md
Dependencies base (>=4.15 && <4.18), stm [details]
License Apache-2.0
Copyright 2017 Mission Valley Software LLC
Author Chris Martin
Maintainer Chris Martin, Julie Moronuki
Category Control
Home page https://github.com/typeclasses/var-monad
Source repo head: git clone https://github.com/typeclasses/var-monad
Uploaded by chris_martin at 2022-12-29T23:33:34Z
Distributions NixOS:0.2.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2469 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for var-monad-0.2.0.1

[back to package description]

var-monad

The VarMonad typeclass, as defined by Type Classes: an exploration of the design space by SPJ et al, 1997.