Module Skeleton

module Skeleton: sig .. end
Skeleton construction of a graph.

module type G = IntDigraph.S
module Skeleton (A : Traversal.A)  (G : G) : sig .. end
val main : unit -> unit