mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
3613aea967
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
8 lines
391 B
Text
8 lines
391 B
Text
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.
|
|
|
|
After uninstalling, run this command to unregister the package from
|
|
the ghc package database: ghc-pkg recache
|