t-regex-0.1.0.0: Matchers and grammars using tree regular expressions

Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.QuickCheck.Arbitrary1

Synopsis

Documentation

class Arbitrary1 f where Source

Version of Arbitrary for functors.

Methods

arbitrary1 :: Gen a -> Gen (f a) Source

Instances