package batteries

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

Module type BatNumber.Compare

And if you are ready to drop generic comparison operators, then you can open this one as well

type bat__compare_t
val (<>) : bat__compare_t -> bat__compare_t -> bool
val (>=) : bat__compare_t -> bat__compare_t -> bool
val (<=) : bat__compare_t -> bat__compare_t -> bool
val (>) : bat__compare_t -> bat__compare_t -> bool
val (<) : bat__compare_t -> bat__compare_t -> bool
val (=) : bat__compare_t -> bat__compare_t -> bool
OCaml

Innovation. Community. Security.