Module Util.Constants

type t = constant
module Map : Map.S with type key = constant
module Set : Set.S with type elt = constant
val pp : Format.formatter -> t -> unit
val show : t -> string
val compare : t -> t -> int