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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 0.1.0.0, 0.1.1.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
Bug tracker https://github.com/tracsis/th-deepstrict/issues
Source repo head: git clone https://github.com/tracsis/th-deepstrict.git
Uploaded by teo at 2024-03-26T16:29:39Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for th-deepstrict-0.1.1.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/