Graph.Oper
module type S = sig ... end
module Make (B : sig ... end) : sig ... end
module P (G : sig ... end) : sig ... end
module I (G : sig ... end) : sig ... end
module Choose (G : sig ... end) : sig ... end
module Neighbourhood (G : sig ... end) : sig ... end