package interval-map

  1. Overview
  2. Docs

Module type Interval_map.ComparableSource

Sourcetype t
Sourceval compare : t -> t -> int

compare a b Returns an integer less than zero if the first argument is strictly less than the second, zero if the arguments are equal, and an integer greater than zero if the first argument is strictly greater than the second.

OCaml

Innovation. Community. Security.