module Make: functor (G : G) -> sig .. end
functor (
G
:
) ->
sig
end
module H: Hashtbl.S with type key = G.V.t
Hashtbl.S
with type key = G.V.t
val coloring : Coloring.G.t -> int -> int H.t
Coloring.G.t -> int -> int H.t
coloring g k
g
k