QuickCheck

From HaskellWiki
Revision as of 18:02, 23 July 2008 by AndyGill (talk | contribs) (QC Variants added)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The latest version is under version control

$ darcs get http://code.haskell.org/QuickCheck

There are many variants of QuickCheck

  • Original QuickCheck - shipped with GHC
  • QuickCheck2 - from code.haskell.org, includes shrink and other extensions
  • SmallCheck - systematic testing upto a specific depth
  • Lazy SmallCheck - SmallCheck with _|_ in data-structures