hw-balancedparens-0.3.0.0: Balanced parentheses
HaskellWorks.Data.BalancedParens.Internal.RoseTree
newtype RoseTree Source #
Constructors
Fields
Defined in HaskellWorks.Data.BalancedParens.Internal.RoseTree
Methods
(==) :: RoseTree -> RoseTree -> Bool #
(/=) :: RoseTree -> RoseTree -> Bool #
showsPrec :: Int -> RoseTree -> ShowS #
show :: RoseTree -> String #
showList :: [RoseTree] -> ShowS #
toBools :: RoseTree -> [Bool] Source #
toBools' :: RoseTree -> [Bool] -> [Bool] Source #
size :: RoseTree -> Int Source #
depth :: RoseTree -> Int Source #