Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
allZeroTree ∷ Specification BaseFn (BinTree Int) Source #
noChildrenSameTree ∷ Specification BaseFn (BinTree Int) Source #
isAllZeroTree ∷ Specification RoseFn (Tree Int) Source #
noSameChildrenTree ∷ Specification RoseFn (Tree Int) Source #
successiveChildren ∷ Specification RoseFn (Tree Int) Source #
successiveChildren8 ∷ Specification RoseFn (Tree Int) Source #
roseTreeList ∷ Specification RoseFn [Tree Int] Source #
roseTreePairs ∷ Specification RoseFn (Tree ([Int], [Int])) Source #
roseTreeMaybe ∷ Specification RoseFn (Tree (Maybe (Int, Int))) Source #
badTreeInteraction ∷ Specification RoseFn (Tree (Either Int Int)) Source #