Deprecated

In favour of

foreign-var

Encapsulating mutatable state in external libraries

http://github.com/ekmett/foreign-var/

Version on this page:0.0.0.1@rev:1
LTS Haskell 1.15:0.0.0.1@rev:1
Latest on Hackage:0.1@rev:1

See all snapshots foreign-var appears in

BSD-3-Clause licensed by Edward A. Kmett
Maintained by Edward A. Kmett
This version can be pinned in stack with:foreign-var-0.0.0.1@sha256:0c4981a93acc5fbe5295bb9dcfb0cba769f4a4b3d00d63eeece3aee8ffd9cfbb,1016

Module documentation for 0.0.0.1

Depends on 3 packages(full list with versions):
Used by 1 package in lts-1.12(full list with versions):

foreign-var

Build Status

This package provides an API for working with bits of state, usually foreign, which require mutation to change.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett

Changes

0.0.0.1

  • Enable compilation on GHC < 7.6

0

  • Initialized repository based on code from Quine.StateVar in quine.