purescript-lua-st
June 14, 2026 ยท View on GitHub
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.