QuickCheck 2 Documentation

repository·master·Indexed 21 days ago

https://github.com/nick8325/quickcheck

A library for random testing of program properties that allows developers to verify code correctness by generating random inputs. Supports additional type instances via the quickcheck-instances package and provides a make-hugs script for Hugs-compatible versions.

Tokens
120
Snippets
0
Records
3
Agent score
24%

What's inside QuickCheck 2

  1. Use quickcheck-instances for additional type support

    master
    If you need Arbitrary instances for types found in Haskell Platform packages, install the quickcheck-instances companion package. Note that this package introduces additional dependencies.