package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Base.Polymorphic_compare_intf.Infix with type t := T.t
val (>=) : T.t -> T.t -> bool
val (<=) : T.t -> T.t -> bool
val (=) : T.t -> T.t -> bool
val (>) : T.t -> T.t -> bool
val (<) : T.t -> T.t -> bool
val (<>) : T.t -> T.t -> bool
val equal : T.t -> T.t -> bool
val compare : T.t -> T.t -> int

-1 means "less than", 0 means "equal", 1 means "greater than", and other values should not be returned

val min : T.t -> T.t -> T.t
val max : T.t -> T.t -> T.t
OCaml

Innovation. Community. Security.