module Statistics: sig .. end
sig
end
val label : string
string
include struct ... end
module Make: functor (G : Graph.Sig.I) -> sig .. end
functor (
G
:
Graph.Sig.I
) ->