module type Key = sig .. end
sig
end
type t
include Sexpable
val hash : t -> int
t -> int
val compare : t -> t -> int
t -> t -> int