• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H15-Oct-2020-1,363760

src/Test/H29-Jun-2020-6,3753,767

tests/H29-Jun-2020-433316

LICENSEH A D30-Mar-20191.6 KiB3025

QuickCheck.cabalH A D14-Nov-20207.6 KiB244215

READMEH A D30-Mar-2019455 148

Setup.lhsH A D24-Mar-2019111 94

changelogH A D14-Nov-202015.7 KiB382323

make-hugsH A D29-Jun-2020909 2817

test-hugsH A D29-Jun-2020528 2715

README

1This is QuickCheck 2, a library for random testing of program properties.
2
3Install it in the usual way:
4
5$ cabal install
6
7The quickcheck-instances [1] companion package provides instances for types in
8Haskell Platform packages at the cost of additional dependencies.
9
10The make-hugs script makes a Hugs-compatible version of QuickCheck.
11It may also be useful for other non-GHC implementations.
12
13[1]: http://hackage.haskell.org/package/quickcheck-instances
14