Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekmett/foreign-var
Foreign variables, deprecated in favor of `StateVar`
https://github.com/ekmett/foreign-var
deprecated
Last synced: 3 months ago
JSON representation
Foreign variables, deprecated in favor of `StateVar`
- Host: GitHub
- URL: https://github.com/ekmett/foreign-var
- Owner: ekmett
- License: other
- Created: 2015-03-07T21:40:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T14:39:24.000Z (over 5 years ago)
- Last Synced: 2024-05-08T20:16:15.051Z (9 months ago)
- Topics: deprecated
- Language: Haskell
- Homepage:
- Size: 178 KB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
- License: LICENSE
Awesome Lists containing this project
README
foreign-var
===========[![Hackage](https://img.shields.io/hackage/v/foreign-var.svg)](https://hackage.haskell.org/package/foreign-var) [![Build Status](https://secure.travis-ci.org/ekmett/foreign-var.png?branch=master)](http://travis-ci.org/ekmett/foreign-var)
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