constrained-generators-0.2.0.0: Framework for generating constrained random data using a subset of first order logic
Safe HaskellSafe-Inferred
LanguageHaskell2010

Constrained.Examples.Tree

Documentation

roseTreePairsSpecification RoseFn (Tree ([Int], [Int])) Source #

roseTreeMaybeSpecification RoseFn (Tree (Maybe (Int, Int))) Source #

badTreeInteractionSpecification RoseFn (Tree (Either Int Int)) Source #