https://github.com/zudov/purescript-var
Vars -- references that can be read/written from the Eff monad
https://github.com/zudov/purescript-var
Last synced: 7 months ago
JSON representation
Vars -- references that can be read/written from the Eff monad
- Host: GitHub
- URL: https://github.com/zudov/purescript-var
- Owner: zudov
- License: bsd-3-clause
- Created: 2015-09-09T00:32:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T12:41:21.000Z (over 4 years ago)
- Last Synced: 2025-03-06T09:16:29.555Z (over 1 year ago)
- Language: PureScript
- Homepage:
- Size: 15.6 KB
- Stars: 5
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-var
An API to provide uniform read/write access to the references in the `Eff` monad.
[Documentation](https://pursuit.purescript.org/packages/purescript-var/2.0.0/docs/Control.Monad.Eff.Var)