jmatsushita / purescript-run-external-state

Alternative representation for `State` allowing for different interpreters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

External state

Alternative representation for State, allowing for some new interpreters,

Usecases:

  • conccurrent state
  • saving the state inside a Ref

For the full documentation check out pursuit

Development

Building the package

spago build

Running the test suite

spago -x ./spago.test.dhall test

If you think a particular helper would be an useful addition, feel free to open an issue.

About

Alternative representation for `State` allowing for different interpreters

License:GNU General Public License v3.0


Languages

Language:PureScript 74.9%Language:Nix 16.6%Language:Dhall 8.5%