quickcheck-instances-0.3.24: Common quickcheck instances
Test.QuickCheck.Instances.Containers
Contents
Methods
liftArbitrary :: Gen a -> Gen (Tree a) #
liftShrink :: (a -> [a]) -> Tree a -> [Tree a] #
function :: (Tree a -> b) -> Tree a :-> b #
arbitrary :: Gen (Tree a) #
shrink :: Tree a -> [Tree a] #
coarbitrary :: Tree a -> Gen b -> Gen b #