quickcheck-arbitrary-template-0.2.0.0: Generate QuickCheck Gen for Sum Types

Safe HaskellNone
LanguageHaskell2010

Test.QuickCheck.TH.Generators.Internal

Synopsis

Documentation

makeArbitrary :: Name -> Q [Dec] Source #

Extracts the name from a constructor.

Make a (Gen a) for type a Currently support arbitrary Sum types up to 7 params per constructor.

Record Types not currently supported