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