package containers

  1. Overview
  2. Docs
A modular, clean and powerful extension of the OCaml standard library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

containers-3.16.tbz
sha256=1e7992cb2e59c0d2290d1b6c3a31531b3f310be6170b8ef3dde17ccd876b5b79
sha512=bb124e69ad0690f88393e18eee499be07761e767593558867aab32f643466b43258ced503170b154ca3b56dbd68987abd6d9438cf473707ec9866511589a5b84

doc/containers/ContainersLabels/index.html

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 = 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.