Module Core_map_intf

module Core_map_intf: sig .. end
This module defines interfaces used in Core.Std.Map. See the documentation in core_map.mli for a description of the approach.

module Binable: Binable0
module List: List
module type Key = Comparator.Pre
module type Key_binable = Comparator.Pre_binable
type ('key, 'comparator, 'z) without_comparator = 'z 
type ('key, 'comparator, 'z) with_comparator = comparator:('key, 'comparator) Comparator.t -> 'z 
module type Accessors = sig .. end
module type Creators = sig .. end
module type Creators_and_accessors = sig .. end
module type S = sig .. end
module type S_binable = sig .. end