package herdtools7

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

Module Int.IntervalSource

Sourceval make : elt -> elt -> interval

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

Sourceval x : interval -> elt

the starting element of the interval

Sourceval y : interval -> elt

the ending element of the interval

OCaml

Innovation. Community. Security.