Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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`

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