module type ABSTRACT = sig .. end
sig
end
type t
val of_string : string -> t
string -> t
val to_string : t -> string
t -> string
module Set: OpamMisc.SET with type elt = t
OpamMisc.SET
with type elt = t
module Map: OpamMisc.MAP with type key = t
OpamMisc.MAP
with type key = t