[Haskell-beginners] QuickCheck documentation
Stephen Tetley
stephen.tetley at gmail.com
Wed Jan 5 19:16:09 CET 2011
The first QuickCheck paper works as a tutorial although there are some
changes in QuickCheck2 that are slightly incompatible.
Papers that the author made available but where the home page has
disappeared are often on CiteSeer or KFUPM - King Fahd University of
Petroleum and Minerals. KFUPM seems to be more reliable than CiteSeer
these days:
http://reference.kfupm.edu.sa/
A Lightweight Tool for Random Testing of Haskell Programs
http://reference.kfupm.edu.sa/content/q/u/quickcheck__a_lightweight_tool_for_rando_73653.pdf
A bit more advanced :
http://reference.kfupm.edu.sa/content/t/e/testing_monadic_code_with_quickcheck_69509.pdf
More information about the Beginners
mailing list