strict-mutable-base

Strict variants of mutable data types from base.

https://github.com/arybczak/strict-mutable

LTS Haskell 23.26:1.1.0.0
Stackage Nightly 2025-07-04:1.1.0.0
Latest on Hackage:1.1.0.0

See all snapshotsstrict-mutable-base appears in

BSD-3-Clause licensedbyAndrzej Rybczak
Maintained by[email protected]
This version can be pinned in stack with:strict-mutable-base-1.1.0.0@sha256:b1c039f6b179aedb420a90cbe15d3c3e78fbaaa7146ed02700b84c6018ee734f,1430

Module documentation for 1.1.0.0

Depends on 2 packages(full list with versions):
Used by 2 packages inlts-23.17(full list with versions):

strict-mutable-base

Hackage versionBuild StatusDependenciesStackage LTSStackage Nightly

Strict (WHNF) variants ofChan,IORef andMVarfor proactive prevention of space leaks.

Changes

strict-mutable-base-1.1.0.0 (2024-09-04)

  • RenamegetChanContents' togetChan'Contents for consistency.

strict-mutable-base-1.0.0.0 (2024-09-02)

  • Initial release.