blob: f4e9c1c8a9637b8ce1b0a1cb5bd75c67338980fc [file] [log] [blame] [edit]
module Set : Set.S with type elt = int
type vert = int array
type graph = vert array
val sccs : graph -> Set.t list