Description
Adds SmallCheck support to the Haskell test-framework package. SmallCheck checks properties by systematically exploring small values, which helps find edge cases.
It is useful for projects that use test-framework and want exhaustive small-value property tests. It is a development library used by automated test suites.