package core

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

Module Make_plain.Replace_polymorphic_compareSource

include Base.Comparisons.Infix with type t := M.t
Sourceval (>=) : M.t -> M.t -> bool
Sourceval (<=) : M.t -> M.t -> bool
Sourceval (=) : M.t -> M.t -> bool
Sourceval (>) : M.t -> M.t -> bool
Sourceval (<) : M.t -> M.t -> bool
Sourceval (<>) : M.t -> M.t -> bool
Sourceval equal : M.t -> M.t -> bool
Sourceval compare : M.t -> M.t -> int

compare t1 t2 returns 0 if t1 is equal to t2, a negative integer if t1 is less than t2, and a positive integer if t1 is greater than t2.

Sourceval min : M.t -> M.t -> M.t
Sourceval max : M.t -> M.t -> M.t
OCaml

Innovation. Community. Security.