@hackage / StrictCheck

StrictCheck: Keep Your Laziness In Check

Latest0.4.0

About

Metadata

  • Last updated , by lyxia
  • License MIT
  • Categories Testing
  • Maintained by: lysxia@gmail.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.6.7
  3. 9.2.8

Readme

StrictCheck: Keep Your Laziness In Check

Hackage

StrictCheck is a property-based random testing framework for observing, specifying, and testing the strictness behaviors of Haskell functions. Strictness behavior is traditionally considered a non-functional property; StrictCheck allows it to be tested as if it were one, by reifying demands on data structures so they can be manipulated and examined within Haskell.

For details, see the library on Hackage: https://hackage.haskell.org/package/StrictCheck.