toy-lib-0.1.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Graph.Alias

Description

Common type name aliaes among the Graph module.

Synopsis

Documentation

type Vertex = Int #

Reprensents a vertex.

type EdgeId = Int #

Reprensents an edge in a CSR (compressed sparse row) representation.