fgl-5.8.3.0: Martin Erwig's Functional Graph Library
Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Graph.Inductive.Internal.RootPath

Description

Inward directed trees as lists of paths.

Synopsis

Types

type RTree = [Path] #

type LRTree a = [LPath a] #

Operations

getLPath :: Node -> LRTree a -> LPath a #

getDistance :: Node -> LRTree a -> Maybe a #

Return the distance to the given node in the given tree.

Returns Nothing if the given node is not reachable.