Module Base__.Hash_set_intf

module Key : sig ... end
module type Accessors = sig ... end
type ('key, 'z) create_options = ?⁠growth_allowed:bool -> ?⁠size:int -> (module Base__.Hashtbl_intf.Key.S with type t = 'key) -> 'z
type ('key, 'z) create_options_without_first_class_module = ?⁠growth_allowed:bool -> ?⁠size:int -> 'z
module type Creators = sig ... end
module type Creators_generic = sig ... end
module Check : sig ... end
module type Hash_set = sig ... end