module Containers:sig
..end
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
module Array:sig
..end
module ArrayLabels:sig
..end
module Array_slice: CCArray_slice
module Bool: CCBool
module Char:sig
..end
module Float: CCFloat
module Format:sig
..end
module Fun: CCFun
module Hash: CCHash
module Int: CCInt
module Int64: CCInt64
module IO: CCIO
module Hashtbl:sig
..end
module Heap: CCHeap
module List:sig
..end
module ListLabels:sig
..end
module Map:sig
..end
module Option: CCOpt
module Ord: CCOrd
module Pair: CCPair
module Parse: CCParse
module Random:sig
..end
module Ref: CCRef
module Result:sig
..end
module Set:sig
..end
module String:sig
..end
module Vector: CCVector