package base

  1. Overview
  2. No Docs
Full standard library replacement for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=755e303171ea267e3ba5af7aa8ea27537f3394d97c77d340b10f806d6ef61a14

doc/base/Base/Comparisons/module-type-Infix/index.html

Module type Comparisons.InfixSource

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