Module Core_set_intf

module Core_set_intf: sig .. end
This module defines interfaces used in Core.Std.Set. This module uses the same organizational approach as Core_map_intf. See the documentation in core_map.mli for a description of the approach.

module Binable: Binable0
module type Elt = Comparator.Pre
module type Elt_binable = Comparator.Pre_binable
module type Accessors = sig .. end
type ('key, 'comparator, 'z) without_comparator = ('key, 'comparator, 'z) Core_map_intf.without_comparator 
type ('key, 'comparator, 'z) with_comparator = ('key, 'comparator, 'z) Core_map_intf.with_comparator 
module type Creators = sig .. end
module type Creators_and_accessors = sig .. end
module type S = sig .. end
module type S_binable = sig .. end