README 391 B

123456789
  1. QuickCheck is a library for random testing of program properties.
  2. The programmer provides a specification of the program, in the form
  3. of properties which functions should satisfy, and QuickCheck then
  4. tests that the properties hold in a large number of randomly
  5. generated cases.
  6. After uninstalling, run this command to unregister the package from
  7. the ghc package database: ghc-pkg recache