Data.Graph.Alias
Description
Common type name aliaes among the Graph module.
Graph
type Vertex = Int #
Reprensents a vertex.
type EdgeId = Int #
Reprensents an edge in a CSR (compressed sparse row) representation.