uni-graphs-2.2.1.1: Graphs

Safe HaskellNone
LanguageHaskell98

Graphs.PureGraphToGraph

Description

This module, given a changing source of PureGraphs, transforms it into a Graph. -}

Documentation

pureGraphToGraph :: (Ord nodeKey, Ord arcInfo, Eq nodeInfo) => SimpleSource (PureGraph nodeKey arcInfo, nodeKey -> nodeInfo) -> GraphConnection nodeInfo () arcInfo () Source #