Skip to content

nick8325/quickcheck

Folders and files

NameName
Last commit message
Last commit date
Jul 24, 2024
Apr 11, 2024
Dec 14, 2024
Aug 27, 2024
Apr 16, 2020
Mar 24, 2019
Aug 27, 2024
Jan 8, 2021
Nov 17, 2006
Apr 16, 2020
Apr 18, 2024
Aug 27, 2024
Mar 15, 2024

Repository files navigation

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

Add `QuickCheck` to your package dependencies to use it in tests or REPL.

The quickcheck-instances [1] companion package provides instances for types in
Haskell Platform packages at the cost of additional dependencies.

The make-hugs script makes a Hugs-compatible version of QuickCheck.
It may also be useful for other non-GHC implementations.

[1]: http://hackage.haskell.org/package/quickcheck-instances