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

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

Awesome Lists containing this project

README

          

# purescript-st

[![Latest release](http://img.shields.io/github/release/purescript/purescript-st.svg)](https://github.com/purescript/purescript-st/releases)
[![Build status](https://github.com/purescript/purescript-st/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-st/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-st/badge)](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).