Description
Adds LeanCheck support to the Haskell test-framework package. LeanCheck performs enumerative property testing, exploring generated values to find counterexamples.
It is useful for projects that use test-framework and want lightweight property-based checks. It is a development library used by automated test suites.