jon.recoil.org

Module T.Key

type t
include Sexplib0.Sexpable.S with type t := T.Key.t
val t_of_sexp : Sexplib0.Sexp.t -> T.Key.t
include Core.Hashtbl_intf.Key_plain with type t := T.Key.t
val compare : T.Key.t -> T.Key.t -> int
val sexp_of_t : T.Key.t -> Sexplib0.Sexp.t
val hash : T.Key.t -> int

Two ts that compare equal must have equal hashes for the hashtable to behave properly.