X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=quickcheck%2FREADME;fp=quickcheck%2FREADME;h=251bc807e02c9a937ee5b79d0f80685a045ad591;hb=422eaf986e456ed0e16647445f7bdcb3018eb6c2;hp=0000000000000000000000000000000000000000;hpb=693342ffbb61e1da4c009059755fa0b9b1396bb8;p=ghc-hetmet.git diff --git a/quickcheck/README b/quickcheck/README new file mode 100644 index 0000000..251bc80 --- /dev/null +++ b/quickcheck/README @@ -0,0 +1,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.