@cardano / strict-stm

Strict STM interface polymorphic over stm implementation.

Version Deprecated package0.6.0.0

About

Metadata

  • Last updated
  • License Apache-2.0
  • Maintained by:

Links

Installation

This package has been deprecated in favour of

Tested Compilers

  1. 9.4.4
  2. 9.2.5
  3. 8.10.7

Package Flags

Use the -f option with cabal commands to enable flags

    checktvarinvariant (off by default)

    Enable runtime invariant checks on StrictT(M)Var

    asserts (off by default)

    Enable assertions

Readme

The `strict-stm` package gives a strict interface to stm, currently either one provided by stm package for the IO monad or `io-sim` package for the IOSim monad.