Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 807 Bytes

File metadata and controls

22 lines (15 loc) · 807 Bytes

purescript-lua-st

CI

The ST effect, for safe local mutation. This is the Lua fork of purescript-st for the pslua compiler backend: it keeps the upstream PureScript API and replaces the JavaScript FFI with Lua that runs on Lua 5.1.

Installation

It ships in the purescript-lua package set:

spago install st

Documentation

The API matches upstream, so the module docs are published on Pursuit.