hackageDB :: [Package]

Built with Cabal

The QuickCheck package (version 1.1.0.0)

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.

Other versions1.0
Dependenciesbase (<3) or
base (>=3), random
LicenseBSD3
AuthorKoen Classen and John Hughes
Maintainerlibraries@haskell.org
CategoryTesting
Home pagehttp://www.math.chalmers.se/~rjmh/QuickCheck/
Exposed modulesDebug.QuickCheck.Batch, Debug.QuickCheck.Poly, Debug.QuickCheck.Utils, Debug.QuickCheck, Test.QuickCheck.Batch, Test.QuickCheck.Poly, Test.QuickCheck.Utils, Test.QuickCheck
Upload dateSat Nov 3 08:33:56 PDT 2007
Uploaded byRossPaterson
Built onghc-6.8

Downloads