summaryrefslogtreecommitdiff
path: root/quickcheck/README
blob: 251bc807e02c9a937ee5b79d0f80685a045ad591 (plain)
1
2
3
4
5
6
7
8
9
QuickCheck for the GHC library.

Requirements:
  stage2 of ghc.

Usage:
  ./run.sh
  ./run.sh debug       # runs quickCheck in debug mode.
  ./run.sh ghci [file] # loads [file] with the stage2 compiler.