package ordering

  1. Overview
  2. Docs
Element ordering

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.3.0.tbz
sha256=1a08c708eb3f4346caa1ee814027484900d0e1518582f5c4d53fff6190d5504f
sha512=15cddad51ad6e9d1b71756da9e898a42846c2f320268342a18b8df79fc33383ffdc775c199fbe2a114affb480e0558a8f27492c9c274e6bc6cc86084ecdd543e

doc/ordering/Ordering/index.html

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.