Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Data.BAByNF.Core.Tree
Documentation
Constructors
StringNode :: ByteString -> Node a | |
RefNode :: Ref a => a -> Tree a -> Node a |
stringify :: Tree a -> ByteString Source #
stringifyNode :: Node a -> ByteString Source #
mergeStrings :: Tree a -> Tree a Source #
mergeStringsInNode :: Node a -> Node a Source #
getChildrenWithRef :: a -> Tree a -> [Tree a] Source #
isStringEq :: Ref a => Node a -> ByteString -> Bool Source #