The lazysmallcheck package (version 0.1)
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.
| Dependencies | base, haskell98, random |
|---|---|
| License | BSD3 |
| Copyright | 2007, Matthew Naylor |
| Author | Matthew Naylor and Fredrik Lindblad |
| Maintainer | mfn@cs.york.ac.uk |
| Category | Testing |
| Home page | http://www.cs.york.ac.uk/~mfn/lazysmallcheck/ |
| Exposed modules | LazySmallCheck, LazySmallCheck.Generic |
| Upload date | Sun Feb 10 15:11:08 PST 2008 |
| Uploaded by | GwernBranwen |
| Build failure | ghc-6.8 (log) |
Downloads
- lazysmallcheck-0.1.tar.gz (Cabal source package)
- package description (included in the package)
