package tezos-stdlib

  1. Overview
  2. Docs

S is a signature for a fully-fledge comparison module. It includes all the functions and operators derived from a compare function.

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