diff options
Diffstat (limited to 'haskell/haskell-QuickCheck/README')
-rw-r--r-- | haskell/haskell-QuickCheck/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/haskell/haskell-QuickCheck/README b/haskell/haskell-QuickCheck/README new file mode 100644 index 0000000000..fc75575469 --- /dev/null +++ b/haskell/haskell-QuickCheck/README @@ -0,0 +1,10 @@ +QuickCheck is a library for random testing of program properties. +The programmer provides a specification of the program, in the form +of properties which functions should satisfy, and QuickCheck then +tests that the properties hold in a large number of randomly +generated cases. + +This requires ghc, haskell-transformers, and haskell-mtl. + +After uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg recache |