package orsetto

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Modules with core functions for use with disjoint intervals.

module type Profile = sig ... end

The signature of modules representing disjoint intervals.

module Create (B : Cf_bsearch.Basis) : Profile with type limit := B.t

Use Create(B) to make a module representing a disjoint interval.

module Of_char : sig ... end

A distinguished module for disjoint intervals of char values.

module Of_int : sig ... end

A distinguished module for disjoint intervals of int values.