derive-0.1: A program and library to derive instances for data typesContentsIndex
Data.Derive.Arbitrary
Description

Derivation for 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 :: Derivation
Produced by Haddock version 0.8