fgl-5.5.3.0: Martin Erwig's Functional Graph Library
Data.Graph.Inductive.Internal.RootPath
Contents
Description
Inward directed trees as lists of paths.
Synopsis
type RTree = [Path] Source #
type LRTree a = [LPath a] Source #
getPath :: Node -> RTree -> Path Source #
getLPath :: Node -> LRTree a -> LPath a Source #
getDistance :: Node -> LRTree a -> a Source #
getLPathNodes :: Node -> LRTree a -> Path Source #