Parameter Make.1-Point

type t
module Set : CSig.SetS with type elt = t
module Map : CMap.ExtS with type key = t and module Set := Set
val equal : t -> t -> bool
val compare : t -> t -> int
val raw_pr : t -> Pp.t