Description
A Haskell testing library with standard properties for functions operating on Validity types. It helps developers check that functions preserve validity rules or handle invalid input as expected.
Use it when validity is part of the domain model. Standard properties save time, but important business rules still need custom tests that describe the real user-facing constraints.