Description
Check that datatypes are deep strict using Template Haskell.
Description
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.
README.md
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/