Module type Hashable_intf.Hashable
type 'a t= 'a Hashable.t={hash : 'a -> int;compare : 'a -> 'a -> int;sexp_of_t : 'a -> Base.Sexp.t;}
Hashable_intf.Hashabletype 'a t = 'a Hashable.t = {hash : 'a -> int; | 
compare : 'a -> 'a -> int; | 
sexp_of_t : 'a -> Base.Sexp.t; | 
}