An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

quickcheck-with-counterexamples

When QuickCheck finds a counterexample, it prints it out but doesn't save it so that the programmer can access it. This can be annoying when debugging. This library provides a small extension to QuickCheck that returns counterexamples as normal Haskell values. To use it, just import Test.QuickCheck.Counterexamples instead of Test.QuickCheck. The library is largely compatible with normal QuickCheck, but the return types of Test.QuickCheck.Counterexamples.quickCheck and related functions are changed to include a counterexample. For usage information, see the Test.QuickCheck.Counterexamples module.

Ecosystem
hackage.haskell.org
Latest Release
1.2
almost 7 years ago
Versions
3
Downloads
2,565 total
Dependent Packages
1
Dependent Repos
1
Links
Registry hackage.haskell.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/quickcheck-with-counterexamples
spec
License BSD-3-Clause
First Release about 9 years ago
Last Synced 8 days ago
Repository
Stars 4 on GitHub
Forks 0 on GitHub