module P: functor (G : Sig.P) -> sig .. end
functor (
G
:
Sig.P
) ->
sig
end
module VertexSet: Set.S with type elt = G.V.t and type t = Set.Make(G.V).t
Set.S
with type elt = G.V.t and type t = Set.Make(G.V).t
val minus_vertex : G.t -> G.V.t -> G.t
G.t -> G.V.t -> G.t
val minus_vertices : G.t -> VertexSet.t -> G.t
G.t -> VertexSet.t -> G.t