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

QuickCheck

QuickCheck is a library for random testing of program properties. The programmer provides a specification of the program, in the form of properties which functions should satisfy, and QuickCheck then tests that the properties hold in a large number of randomly generated cases. Specifications are expressed in Haskell, using combinators provided by QuickCheck. QuickCheck provides combinators to define properties, observe the distribution of test data, and define test data generators. Most of QuickCheck's functionality is exported by the main Test.QuickCheck module. The main exception is the monadic property testing library in Test.QuickCheck.Monadic. If you are new to QuickCheck, you can try looking at the following resources: The official QuickCheck manual. It's a bit out-of-date in some details and doesn't cover newer QuickCheck features, but is still full of good advice. https://begriffs.com/posts/2017-01-14-design-use-quickcheck.html, a detailed tutorial written by a user of QuickCheck. The quickcheck-instances companion package provides instances for types in Haskell Platform packages at the cost of additional dependencies.

Ecosystem
hackage.haskell.org
Latest Release
2.14.3
almost 3 years ago
Versions
65
Downloads
444,274 total
Dependent Packages
246
Dependent Repos
7,326
DonaldStewart
106 packages
4,227,004 downloads
KoenClaessen
1 package
438,478 downloads
NickSmallbone
6 packages
497,542 downloads
SimonMarlow
31 packages
2,286,639 downloads
Links
Registry hackage.haskell.org
Source Repository
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/QuickCheck
spec
License BSD-3-Clause
First Release over 19 years ago
Last Synced 1 day ago
Repository
Stars 755 on GitHub
Forks 126 on GitHub
Docker Dependents 3
Docker Downloads 292
Commits 1043
Committers 79
Avg per Author 13.203
DDS 0.726
Rankings on hackage.haskell.org
Overall Top 0.9%
Downloads Top 0.1%
Dependent packages Top 0.1%
Dependent repos Top 0.1%
Forks Top 2.8%
Docker downloads Top 1.3%