module type S_binable =sig..end
type t
val hash : t -> int
val hashable : t Hashtbl.Hashable.t
module Table:Hashtbl.S_binablewith type key = t
module Hash_set:Hash_set.S_binablewith type elt = t
module Hash_queue:Hash_queue.Swith type Key.t = t