module Section: sig .. end
sig
end
include OpamMisc.ABSTRACT
module G: Graph.Sig.I with type V.t = t
Graph.Sig.I
with type V.t = t
val graph_iter : (G.V.t -> unit) -> G.t -> unit
(G.V.t -> unit) -> G.t -> unit
type section = t
t
module Full: sig .. end