Module Graph.Wto

type component =
  1. | Node of int
  2. | SCC of int * component list