module Neighborhood: sig .. end
sig
end
module Graph: functor (G : Sig.G) -> sig .. end
functor (
G
:
Sig.G
) ->