module type Accessors : sig ... endtype ('key, 'z) create_options_without_hashable = ('key, unit, 'z) Hashtbl_intf.create_options_without_hashabletype ('key, 'z) create_options_with_hashable_required = ('key, unit, 'z) Hashtbl_intf.create_options_with_hashabletype ('key, 'z) create_options_with_first_class_module = ('key, unit, 'z) Hashtbl_intf.create_options_with_first_class_modulemodule type Creators : sig ... end