fgl-5.4.2.4: 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 -> PathSource
getLPath :: Node -> LRTree a -> LPath aSource
getDistance :: Node -> LRTree a -> aSource
getLPathNodes :: Node -> LRTree a -> PathSource