Module Hashable


module Hashable: sig .. end

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