StrictCheck

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.


Keywords
mit, testing, Propose Tags , Test.StrictCheck, Test.StrictCheck.Consume, Test.StrictCheck.Curry, Test.StrictCheck.Demand, Test.StrictCheck.Examples.Lists, Test.StrictCheck.Examples.Map, Test.StrictCheck.Internal.Inputs, Test.StrictCheck.Internal.Omega, Test.StrictCheck.Internal.Shrink, Test.StrictCheck.Internal.Unevaluated, Test.StrictCheck.Observe, Test.StrictCheck.Observe.Unsafe, Test.StrictCheck.Produce, Test.StrictCheck.Shaped, Test.StrictCheck.Shaped.Flattened, Test.StrictCheck.TH, https://hackage.haskell.org/package/StrictCheck, haskell, haskell-library, icfp, random-testing, strictness, testing-tools
License
MIT
Install
cabal install StrictCheck-0.2.0

Documentation

StrictCheck: Keep Your Laziness In Check

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.