Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Data.Graph.Inductive.Internal.RootPath
Contents
Description
Inward directed trees as lists of paths.
Types
Operations
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.
getLPathNodes :: Node -> LRTree a -> Path #