treeviz-1.0.0: Visualization of computation decomposition trees.

Portability
StabilityExperimental
Maintainercapn.freako@gmail.com
Safe HaskellNone

Data.Tree.LogTreeUtil

Description

 

Synopsis

Documentation

dotLogTree :: (Show a, Eq a, Num a, LogTree t a) => Either String t -> (String, String)Source

Converts a GenericLogTree to a GraphViz dot diagram.

getLevels :: Either t (Tree a) -> [[a]]Source

These helper functions just unwrap the Either from arround a LogTree, so that the equivalent functions from Tree can be used.

getFlatten :: Either t (Tree a) -> [a]Source

These helper functions just unwrap the Either from arround a LogTree, so that the equivalent functions from Tree can be used.

getEval :: LogTree (GenericLogTree a) a => Either t (GenericLogTree a) -> [a]Source

Helper function to evaluate a node.