jon.recoil.org

Parameter MakeGraph.V

include OpamStd.OrderedType
include Stdlib.Set.OrderedType
type t

The type of the set elements.

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