package base

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

Module type Comparisons.Infix

Infix lists the typical infix comparison operators. These functions are provided by <M>.O modules, i.e., modules that expose monomorphic infix comparisons over some <M>.t.

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
OCaml

Innovation. Community. Security.