fgl-5.4.2.4: Martin Erwig's Functional Graph Library

Safe HaskellNone

Data.Graph.Inductive.Internal.RootPath

Contents

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 -> a