Parameter MakeGraph.V

include OpamStd.OrderedType
include Stdlib.Set.OrderedType
type t
val to_string : t -> string
val to_json : t OpamJson.encoder
val of_json : t OpamJson.decoder
include Graph.Sig.COMPARABLE with type t := t
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool