Module type Hashtbl2.Key

module type Key = sig .. end

type t 
val hash : t -> int
val sexp_of_t : t -> Sexplib.Sexp.t
val compare : t -> t -> int