vcd-0.2.2: Reading and writing VCD files.
Data.VCD.Tree
Description
Building hierarchy from unstructured hierarchical paths.
data Tree a b Source
Constructors
tree :: (Eq a, Ord a) => (b -> [a]) -> [b] -> [Tree a b]Source