quickcheck-instances-0.3.23: Common quickcheck instances
Safe HaskellSafe
LanguageHaskell2010

Test.QuickCheck.Instances.Containers

Orphan instances

Arbitrary1 Tree Source # 
Instance details

Methods

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

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

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

Methods

arbitrary :: Gen (Tree a) Source #

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

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

Methods

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