var-monad: The @VarMonad@ typeclass generalizes 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
Dependencies base (>=4.7 && <5), stm [details]
License Apache-2.0
Copyright 2017 Chris Martin
Author Chris Martin
Maintainer ch.martin@gmail.com
Category Control
Home page https://github.com/chris-martin/var-monad
Source repo head: git clone https://github.com/chris-martin/var-monad
Uploaded by chris_martin at 2017-08-28T21:00:57Z
Distributions NixOS:0.2.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2570 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-08-28 [all 1 reports]

Readme for var-monad-0.1.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.