derive-0.1.4: A program and library to derive instances for data typesSource codeContentsIndex
Data.Derive.Arbitrary
Description

Derivation for Test.QuickCheck.Arbitrary.

Things to note:

  • The resulting instances do not implement coarbitrary, only arbitrary.
  • The resulting instances of arbitrary generate each constructor of the data type with equal probability.
  • No form of size control is used.
Documentation
makeArbitrary :: DerivationSource
Produced by Haddock version 2.4.2