2010-05-13 00:58:33 +02:00
|
|
|
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.
|
|
|
|
|
2012-06-27 22:05:19 +02:00
|
|
|
This requires ghc, haskell-transformers, haskell-mtl, and haskell-random.
|
2010-05-13 00:58:33 +02:00
|
|
|
|
2010-07-16 21:15:51 +02:00
|
|
|
After uninstalling, run this command to unregister the package from the ghc
|
|
|
|
package database: ghc-pkg recache
|