Skip to content

Automatic testing of Haskell programs.

License

Notifications You must be signed in to change notification settings

jonfowler/quickcheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

878 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Install it in the usual way:

$ cabal install

There is a Google group for user discussion and questions at
https://groups.google.com/forum/#!forum/haskell-quickcheck.

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

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

About

Automatic testing of Haskell programs.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Haskell 99.3%
  • Shell 0.7%