The latest version of QuickCheck is 2.15.0.1-0.

QuickCheck

Version 1.0 revision 1 uploaded by HerbertValerioRiedel.

Package meta

Synopsis
Automatic testing of Haskell programs
Description

A library for testing Haskell programs automatically. 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 defined in the QuickCheck library. QuickCheck provides combinators to define properties, observe the distribution of test data, and define test data generators.

Author
Koen Classen and John Hughes
Bug reports
n/a
Category
Testing
Copyright
n/a
Homepage
http://www.math.chalmers.se/~rjmh/QuickCheck/
Maintainer
libraries@haskell.org
Package URL
n/a
Stability
n/a

Components