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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.19), stm [details]
License Apache-2.0
Copyright 2017 Mission Valley Software LLC
Author Chris Martin
Maintainer Chris Martin, Julie Moronuki
Revised Revision 1 made by chris_martin at 2023-09-02T05:06:58Z
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 2559 total (15 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.