hackageDB :: [Package]

Built with Cabal

lazysmallcheck: A library for demand-driven testing of Haskell programs

Lazy SmallCheck is a library for exhaustive, demand-driven testing of Haskell programs. It is based on the idea that if a property holds for a partially-defined input then it must also hold for all fully-defined instantiations of the that input. Compared to `eager' input generation as in SmallCheck, Lazy SmallCheck may require significantly fewer test-cases to verify a property for all inputs up to a given depth.

Versions0.1, 0.2, 0.3, 0.4, 0.5
Dependenciesbase, haskell98, random
LicenseBSD3
Copyright2007, Matthew Naylor
AuthorMatthew Naylor and Fredrik Lindblad
Maintainermfn@cs.york.ac.uk
CategoryTesting
Home pagehttp://www.cs.york.ac.uk/~mfn/lazysmallcheck/
Upload dateSun Feb 10 23:11:08 UTC 2008
Uploaded byGwernBranwen
Build failureghc-6.10 (log), ghc-6.12 (log), ghc-6.8 (log)
DistributionsDebian: 0.5, Arch: 0.5

Modules

Downloads