https://github.com/purescript/purescript-st
The ST effect, for safe local mutation
https://github.com/purescript/purescript-st
Last synced: 6 months ago
JSON representation
The ST effect, for safe local mutation
- Host: GitHub
- URL: https://github.com/purescript/purescript-st
- Owner: purescript
- License: bsd-3-clause
- Created: 2015-04-12T23:53:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T01:25:51.000Z (about 3 years ago)
- Last Synced: 2024-10-29T21:05:42.690Z (about 1 year ago)
- Language: PureScript
- Homepage:
- Size: 57.6 KB
- Stars: 25
- Watchers: 7
- Forks: 25
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-st
[](https://github.com/purescript/purescript-st/releases)
[](https://github.com/purescript/purescript-st/actions?query=workflow%3ACI+branch%3Amaster)
[](https://pursuit.purescript.org/packages/purescript-st)
The ST effect, for safe local mutation.
## Installation
```
spago install st
```
## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-st).