sol / quickcheck

Automatic testing of Haskell programs. Please send patches to quickcheck@projects.haskell.org rather than using a pull request!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is QuickCheck 2, a library for random testing of program properties.

Install it in the usual way:

$ cabal install

Please report bugs to the QuickCheck mailing list at
quickcheck@projects.haskell.org.

If you get errors about Template Haskell, try

$ cabal install -f-templateHaskell

but please report this as a bug.

About

Automatic testing of Haskell programs. Please send patches to quickcheck@projects.haskell.org rather than using a pull request!

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 99.2%Language:Shell 0.8%