package dune

  1. Overview
  2. Docs

Element ordering

type t =
  1. | Lt
    (*

    Lesser than

    *)
  2. | Eq
    (*

    Equal

    *)
  3. | Gt
    (*

    Greater than

    *)
val of_int : int -> t
val to_int : t -> int
val neq : t -> bool
OCaml

Innovation. Community. Security.