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