Module Std.Hashable


module Hashable: Hashable

module type S = sig .. end
module Make: 
functor (T : Core_hashtbl.HashedType) -> sig .. end