Safe Haskell | Safe-Inferred |
---|
Documentation
The parents of a node are the other nodes that might branch to this one.
annotParentsOfGraph :: Graph a -> Graph (a, Parents)Source
Annotate a graph with the parents of each node.
Safe Haskell | Safe-Inferred |
---|
The parents of a node are the other nodes that might branch to this one.
annotParentsOfGraph :: Graph a -> Graph (a, Parents)Source
Annotate a graph with the parents of each node.