uni-graphs-2.2.0.0: Graphs

Graphs.GraphOps

Description

This module contains various functions for operating on graphs

Documentation

isAncestor :: Graph graph => graph nodeLabel nodeTypeLabel arcLabel arcTypeLabel -> Node -> Node -> IO BoolSource

isAncestorBy :: Ord key => (key -> IO [key]) -> key -> key -> IO BoolSource