hbgl-0.1.0.0: A Haskell version of the Boost Graph Library

Safe HaskellNone

Data.Graph.Algorithms.Condense

Documentation

condense :: (DecomposableGraph gr1, BidirectionalGraph gr1, EdgeListGraph gr1, VertexListGraph gr1, Graph gr2, EdgeLabel gr2 ~ (), VertexLabel gr2 ~ [(Vertex, VertexLabel gr1)], Ord (Edge gr2)) => gr1 -> gr2