uni-graphs-2.2.1.2: Graphs
Safe HaskellNone
LanguageHaskell2010

Graphs.GraphOps

Description

This module contains various functions for operating on graphs

Documentation

isAncestor :: Graph graph => graph nodeLabel nodeTypeLabel arcLabel arcTypeLabel -> Node -> Node -> IO Bool Source #

isAncestorBy :: Ord key => (key -> IO [key]) -> key -> key -> IO Bool Source #