module type Key = sig .. end
sig
end
type t
val hash : t -> int
t -> int
val sexp_of_t : t -> Sexplib.Sexp.t
t -> Sexplib.Sexp.t
val compare : t -> t -> int
t -> t -> int