package lunar

  1. Overview
  2. Docs

Module Lunar.RangeSource

The Range module allows you to create intervals between comparable data points (implementing Sigs.COMPARABLE).

Global API

Sourcemodule type S = Sigs.RANGE

Building ranges

Sourcemodule Make (Comp : Sigs.COMPARABLE) : S with type elt = Comp.t

Describes a range (an interval between two comparable elements).