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