Description
A Haskell testing support library for the validity ecosystem. It helps developers generate and check values that are expected to satisfy a Validity instance.
Use it when a project uses validity rules and wants property-based tests around valid and invalid data. Generators should reflect real domain constraints so tests catch useful mistakes.