checkers

Check properties on standard classes and data structures.

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

Version on this page:0.6.0
LTS Haskell 23.16:0.6.0@rev:1
Stackage Nightly 2025-03-27: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