package octez-shell-libs

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

Int is a comparison module. Out of performance concerns, the signature actually contains compiler builtins (external) rather than val.

type t = int
val (=) : int -> int -> bool
val (<>) : int -> int -> bool
val (<) : int -> int -> bool
val (>) : int -> int -> bool
val (<=) : int -> int -> bool
val (>=) : int -> int -> bool
val compare : int -> int -> int
val max : int -> int -> int
val min : int -> int -> int
val equal : int -> int -> bool
OCaml

Innovation. Community. Security.