package ocamlformat

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

A tree of non-overlapping intervals. Intervals are non-overlapping if whenever 2 intervals share more than an end-point, then one contains the other.

module type IN = sig ... end
module type S = sig ... end
module Make (Itv : IN) : S with type itv = Itv.t