Module
Yoga.Tree.Extended.Convert   
- Package
 - purescript-yoga-tree-utils
 - Repository
 - shamansir/purescript-yoga-tree-utils
 
#RenderStep Source
type RenderStep = { current :: Forest (Path /\ String), drawn :: LinesWithPaths, level :: Int }#toPathLines Source
toPathLines :: (Depth -> IsLast -> Path -> String) -> Tree String -> LinesWithPaths#TreeParseStep Source
type TreeParseStep a = { path :: Path, prevLevel :: Int, tree :: Tree (Maybe a) }#JSONTree Source
newtype JSONTree aConstructors
Instances
Newtype (JSONTree a) _(WriteForeign a) => WriteForeign (JSONTree a)(ReadForeign a) => ReadForeign (JSONTree a)