Module Statistics.Make.MSin

module MSin: Map.Make(sig
type t = G.V.t * G.t Pervasives.ref 
val compare : G.vertex * 'a -> G.vertex * G.t Pervasives.ref -> int
end)