Haskell Hierarchical Libraries (fgl package)ContentsIndex
Data.Graph.Inductive.Query.Dominators
Synopsis
dom :: Graph gr => gr a b -> Node -> [(Node, [Node])]
Documentation
dom :: Graph gr => gr a b -> Node -> [(Node, [Node])]
Finds the dominators relationship for a given graph and an initial node. For each node v, it returns the list of dominators of v.
Produced by Haddock version 0.7