genvalidity-containers-0.1.0.2: GenValidity support for containers

Safe HaskellSafe
LanguageHaskell2010

Data.GenValidity.Tree

Contents

Synopsis

Documentation

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

Generate a tree of values that are generated as specified.

This takes the size parameter much better into account

Orphan instances