improve-0.0.12: An imperative, verifiable programming language for high assurance applications.
Language.ImProve.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