hw-balancedparens-0.3.1.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 #
Associated Types
type Rep RoseTree :: Type -> Type #
from :: RoseTree -> Rep RoseTree x #
to :: Rep RoseTree x -> RoseTree #
toBools :: RoseTree -> [Bool] Source #
toBools' :: RoseTree -> [Bool] -> [Bool] Source #
size :: RoseTree -> Int Source #
depth :: RoseTree -> Int Source #