quickcheck-instances-0.3.19: Common quickcheck instances

Safe HaskellSafe
LanguageHaskell98

Test.QuickCheck.Instances.Containers

Contents

Orphan instances

Arbitrary1 Tree Source # 
Instance details

Methods

liftArbitrary :: Gen a -> Gen (Tree a) #

liftShrink :: (a -> [a]) -> Tree a -> [Tree a] #

Arbitrary a => Arbitrary (Tree a) Source # 
Instance details

Methods

arbitrary :: Gen (Tree a) #

shrink :: Tree a -> [Tree a] #

CoArbitrary a => CoArbitrary (Tree a) Source # 
Instance details

Methods

coarbitrary :: Tree a -> Gen b -> Gen b #