package rangeSet

  1. Overview
  2. Docs

Continuous RangeSet

module type OrderedType = sig ... end

Input signature of the functor RangeSet.Continuous.Make.

module type S = sig ... end

Output signature of the functor RangeSet.Continuous.Make.

module Make (Ord : OrderedType) : S with type elt := Ord.t

Functor building an implementation of the RangeSet.Continuous structure given a totally ordered type.

OCaml

Innovation. Community. Security.