package containers

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

Module ContainersLabelsSource

Drop-In replacement to Stdlib

Sourcemodule Array = CCArrayLabels
Sourcemodule Bool = CCBool
Sourcemodule Byte_buffer = CCByte_buffer
Sourcemodule Char = CCChar
Sourcemodule Equal = CCEqualLabels
Sourcemodule Either = CCEither
Sourcemodule Float = CCFloat
Sourcemodule Format = CCFormat
Sourcemodule Fun = CCFun
Sourcemodule Hash = CCHash
Sourcemodule Hashtbl : sig ... end
Sourcemodule Heap = CCHeap
Sourcemodule Int = CCInt
Sourcemodule Int32 = CCInt32
Sourcemodule Int64 = CCInt64
Sourcemodule IO = CCIO
Sourcemodule List = CCListLabels
Sourcemodule Map = CCMap
Sourcemodule Nativeint = CCNativeint
Sourcemodule Option = CCOption
Sourcemodule Ord = CCOrd
Sourcemodule Pair = CCPair
Sourcemodule Parse = CCParse
Sourcemodule Random = CCRandom
Sourcemodule Ref = CCRef
Sourcemodule Result = CCResult
Sourcemodule Seq = CCSeq
Sourcemodule Set = CCSet
Sourcemodule String = CCStringLabels
Sourcemodule Vector = CCVector
Sourcemodule Monomorphic = CCMonomorphic
Sourcemodule Utf8_string = CCUtf8_string
Sourcemodule Sexp = CCSexp
Sourcemodule Sexp_intf = CCSexp_intf
Sourcemodule Stdlib = CCShims_.Stdlib
include module type of struct include Monomorphic end

Shadow unsafe functions and operators from Stdlib

  • since 2.0
Sourceval (=) : int -> int -> bool
Sourceval (<>) : int -> int -> bool
Sourceval (<) : int -> int -> bool
Sourceval (>) : int -> int -> bool
Sourceval (<=) : int -> int -> bool
Sourceval (>=) : int -> int -> bool
Sourceval compare : int -> int -> int
Sourceval min : int -> int -> int
Sourceval max : int -> int -> int

Infix operators for Floats

Sourceval (=.) : float -> float -> bool
  • since 2.1
Sourceval (<>.) : float -> float -> bool
  • since 2.1
Sourceval (<.) : float -> float -> bool
  • since 2.1
Sourceval (>.) : float -> float -> bool
  • since 2.1
Sourceval (<=.) : float -> float -> bool
  • since 2.1
Sourceval (>=.) : float -> float -> bool
  • since 2.1

Shadow Dangerous Operators

Sourceval (==) : [ `Consider_using_CCEqual_physical ]
  • deprecated Please use CCEqual.physical or Stdlib.(==) instead.
Sourceval (!=) : [ `Consider_using_CCEqual_physical ]
  • since 2.1
  • deprecated Please use [not CCEqual.physical] or Stdlib.(!=) instead.
OCaml

Innovation. Community. Security.