th-deepstrict: Check that datatypes are deep strict using Template Haskell.

[ bsd3, development, library ] [ Propose Tags ]

A library for checking that datatypes are deep strict using Template Haskell. Deep strictness is a helpful property for enforcing the absence of space leaks caused by excessive laziness.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0
Change log CHANGELOG.md
Dependencies base (>=4.16.0 && <4.20), containers (>=0.6.0 && <0.7), mtl (>=2.2 && <2.4), template-haskell (>=2.18.0 && <2.22), th-abstraction (>=0.7.0 && <0.8), th-orphans (>=0.13.14 && <0.14) [details]
License BSD-3-Clause
Copyright Tracsis plc
Author Teo Camarasu <teofilcamarasu@gmail.com>
Maintainer Teo Camarasu <teofilcamarasu@gmail.com>
Category Development
Source repo head: git clone https://github.com/tracsis/th-deepstrict.git
Uploaded by teo at 2024-03-18T12:49:23Z
Distributions NixOS:0.1.1.0
Downloads 34 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for th-deepstrict-0.1.0.0

[back to package description]

th-deepstrict

A library for checking that datatypes are deep strict using Template Haskell. This is helpful for avoiding space leaks caused by excessive laziness.

See the GitHub pages site for the announcement post and more about the library: https://tracsis.github.io/th-deepstrict/