package diet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val make : elt -> elt -> interval

make first last construct an interval describing all the elements from first to last inclusive.

val x : interval -> elt

the starting element of the interval

val y : interval -> elt

the ending element of the interval