The lazysmallcheck package
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 refinements 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.
Properties
| Versions | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6 |
|---|---|
| Dependencies | base, haskell98 |
| License | BSD3 |
| Author | Matthew Naylor and Fredrik Lindblad |
| Maintainer | Matthew Naylor <mfn@cs.york.ac.uk> |
| Category | Testing |
| Home page | http://www.cs.york.ac.uk/~mfn/lazysmallcheck/ |
| Upload date | Sat Jun 7 14:27:59 UTC 2008 |
| Uploaded by | MatthewNaylor |
| Built on | ghc-6.10, ghc-6.8 |
| Build failure | ghc-6.12 (log) |
| Distributions | Debian: 0.6, FreeBSD: 0.5 |
Modules
Downloads
- lazysmallcheck-0.2.tar.gz (Cabal source package)
- package description (included in the package)