package lsp

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

Module OrderingSource

Element ordering

Sourcetype t =
  1. | Lt
    (*

    Lesser than

    *)
  2. | Eq
    (*

    Equal

    *)
  3. | Gt
    (*

    Greater than

    *)
Sourceval of_int : int -> t
Sourceval to_int : t -> int
Sourceval to_string : t -> string

returns the string representation. one of: "<", "=", ">"

Sourceval is_eq : t -> bool
Sourceval min : ('a -> 'a -> t) -> 'a -> 'a -> 'a
Sourceval max : ('a -> 'a -> t) -> 'a -> 'a -> 'a
Sourcemodule O : sig ... end
OCaml

Innovation. Community. Security.