uuagc-bootstrap

Safe HaskellSafe-Infered

SequentialComputation

Documentation

type Vertex = Int

type Edge = (Int, Int)

type Table a = Array Vertex a