Module type Key.S
val compare : t -> t -> intval sexp_of_t : t -> Base.Sexp.t
val hash : t -> intTwo
ts thatcompareequal must have equal hashes for the hashtable to behave properly.
Key.Sval compare : t -> t -> intval sexp_of_t : t -> Base.Sexp.tval hash : t -> intTwo ts that compare equal must have equal hashes for the hashtable to behave properly.