| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Test.QuickCheck.Instances.Containers
Contents
Orphan instances
| Arbitrary1 Tree Source # | |
Methods liftArbitrary :: Gen a -> Gen (Tree a) Source # liftShrink :: (a -> [a]) -> Tree a -> [Tree a] Source # | |
| Arbitrary a => Arbitrary (Tree a) Source # | |
| CoArbitrary a => CoArbitrary (Tree a) Source # | |
Methods coarbitrary :: Tree a -> Gen b -> Gen b Source # | |