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 := Sign.t
val (>=) : Sign.t -> Sign.t -> bool
val (<=) : Sign.t -> Sign.t -> bool
val (=) : Sign.t -> Sign.t -> bool
val (>) : Sign.t -> Sign.t -> bool
val (<) : Sign.t -> Sign.t -> bool
val (<>) : Sign.t -> Sign.t -> bool
val equal : Sign.t -> Sign.t -> bool
val compare : Sign.t -> Sign.t -> int

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

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

Innovation. Community. Security.