package containers

  1. Overview
  2. Docs
On This Page
  1. Infix Operators
Legend:
Library
Module
Module type
Parameter
Class
Class type

Infix Operators

  • since 0.17
val (=) : t -> t -> bool
  • since 0.17
val (<>) : t -> t -> bool
  • since 0.17
val (<) : t -> t -> bool
  • since 0.17
val (>) : t -> t -> bool
  • since 0.17
val (<=) : t -> t -> bool
  • since 0.17
val (>=) : t -> t -> bool
  • since 0.17
val (--) : t -> t -> t sequence

Alias to range

  • since 1.2
val (--^) : t -> t -> t sequence

Alias to range'

  • since 1.2
OCaml

Innovation. Community. Security.