@hackage nothunks0.2.0
Examine values for unexpected thunks
Categories
License
Apache-2.0
Maintainer
Marcin Szamotulski <coot@coot.me>
Links
Versions
Installation
Dependencies (8)
- base >=4.12 && <5
- bytestring >=0.10 && <0.13
- containers >=0.5 && <0.8
- ghc-heap
- stm >=2.5 && <2.6
- text >=1.2 && <1.3 || >=2 && <2.2 Show all…
Dependents (85)
@cardano/ouroboros-network, @cardano/ouroboros-consensus-diffusion, @cardano/io-sim, @hackage/strict-mvar, @cardano/cardano-slotting, @cardano/ouroboros-consensus-byron, Show all…
Package Flags
bytestring
(on by default)
Provide instances for bytestring
text
(on by default)
Provide instances for text
vector
(on by default)
Provide instances for vector
Long lived application data typically should not contain any thunks. This library can be used to examine values for unexpected thunks, which can then be used in assertions. This can be invaluable in avoiding memory leaks, or tracking down existing ones.