sig
  type t
  val compare : t -> t -> int
  val print : Format.formatter -> t -> unit
end