checkers

Check properties on standard classes and data structures.

https://github.com/haskell-checkers/checkers

Version on this page:0.6.0
LTS Haskell 22.17:0.6.0@rev:1
Stackage Nightly 2024-04-17:0.6.0@rev:1
Latest on Hackage:0.6.0@rev:1

See all snapshots checkers appears in

checkers is a library for reusable QuickCheck properties, particularly for standard type classes (class laws and class morphisms). Checkers also has lots of support for randomly generating data values (thanks to Thomas Davie).

Changes