Module Graph.Cycles

type weight =
  1. | Normal of int
  2. | Obligatory of int
module Fashwo (GB : sig ... end) : sig ... end