package containers

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

Drop-In replacement to Stdlib

This module is meant to be opened if one doesn't want to use both, say, List and CCList. Instead, List is now an alias to

struct
  include List
  include CCList
end
  • since 0.4

Changed Opt to Option to better reflect that this module is about the 'a option type, with module Option = CCOpt.

  • since 0.5

Renamed from CCPervasives in containers.pervasives, to Containers in the core library containers

  • since 0.10
module Array : sig ... end
module Bool = CCBool
module Error = CCError
module Float = CCFloat
module Format : sig ... end
module Fun = CCFun
module Hash = CCHash
module Int = CCInt
module Hashtbl : sig ... end
module List : sig ... end
module Map : sig ... end
module Option = CCOpt
module Pair = CCPair
module Random : sig ... end
module Ref = CCRef
module Set : sig ... end
module String : sig ... end
module Vector = CCVector
module Int64 = CCInt64
module IO = CCIO
module Char : sig ... end
module Result = CCResult