strict-mutable-base: Strict variants of mutable data types from base.

[ bsd3, data, library ] [ Propose Tags ]

Strict (WHNF) variants of Chan, IORef and MVar for proactive prevention of space leaks.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.1.0.0 (info)
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), deepseq (>=1.4.3.0) [details]
License BSD-3-Clause
Author Andrzej Rybczak
Maintainer andrzej@rybczak.net
Category Data
Home page https://github.com/arybczak/strict-mutable
Bug tracker https://github.com/arybczak/strict-mutable/issues
Source repo head: git clone https://github.com/arybczak/strict-mutable.git
Uploaded by arybczak at 2024-09-04T04:30:30Z
Distributions
Downloads 57 total (57 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-09-04 [all 1 reports]

Readme for strict-mutable-base-1.1.0.0

[back to package description]

strict-mutable-base

Hackage version Build Status Dependencies Stackage LTS Stackage Nightly

Strict (WHNF) variants of Chan, IORef and MVar for proactive prevention of space leaks.