Module Base__.Hash_set_intf

module Key = Base__.Hashtbl_intf.Key
module type Accessors = sig ... end
type ('key, 'z) create_options = ('key, unit, 'z) Base__.Hashtbl_intf.create_options
type ('key, 'z) create_options_without_first_class_module = ('key, unit, 'z) Base__.Hashtbl_intf.create_options_without_first_class_module
module type Creators = sig ... end
module type Creators_generic = sig ... end
module Check : sig ... end
module type Hash_set = sig ... end