package containers

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

Install

Dune Dependency

Authors

Maintainers

Sources

v3.1.tar.gz
md5=18f35ec3794803f5a4f95254f313c764
sha512=090e33705ffb0f77f71f881f78b51d909778bf41afad32339acac21ddbd5f6947b4ebff754148331f9263a544a6000d7f7412d5758e1835fbe84490240b671de

doc/containers/ContainersLabels/index.html

Module ContainersLabelsSource

Drop-In replacement to Stdlib

Sourcemodule Array = CCArrayLabels
Sourcemodule Bool = CCBool
Sourcemodule Char = CCChar
Sourcemodule Equal = CCEqualLabels
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 = CCOpt
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.