run-external-state

Alternative representation for `State` allowing for different interpreters


Keywords
purescript, functional-programming, state
License
GPL-3.0
Install
psc-package install run-external-state

Documentation

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.