Description
A Haskell library for creating generic random generators for QuickCheck. It helps developers generate test data for custom types using their generic structure instead of writing every generator manually.
Use it to improve property-based test coverage with less boilerplate. Generated data should still be shaped to include realistic and edge-case values for the domain being tested.