sig
  type t
  val equal : t -> t -> bool
  val hash : t -> int
  val to_string : t -> string
end