Portability | non-portable (uses GHC extensions) |
---|---|
Maintainer | lemmih@gmail.com |
Safe Haskell | None |
AcidState container without a transaction log. Mostly used for testing.
- openMemoryState :: IsAcidic st => st -> IO (AcidState st)
Documentation
Create an AcidState given an initial value.