Module Interval_map_intf

module Interval_map_intf: sig .. end
Represents a single interval across a key type.

module type Key = Core_kernel.Core_map_intf.Key
module type Type_with_map_module = sig .. end
module Interval: sig .. end
module type S = sig .. end
A standard incarnation of an interval map for some key type.
module type S_with_boundary = sig .. end
An incarnation of an interval map where the key type has been wrapped with Left_boundary.t.
module type M = sig .. end