Description
Provides common QuickCheck instances for Haskell types. These instances let tests generate values for data types that many projects use, reducing repeated test setup code.
It is useful when a test suite needs Arbitrary instances for standard or widely used types. It is a testing support library and is normally used only during test builds.