Caml library
is a part of the Caml Reference Manual.
You can found it at:
http://pauillac.inria.fr/caml/
Table of Contents
- Caml core library
- bool: boolean operations
- builtin: base types and constructors
- char: character operations
- eq: generic comparisons
- exc: exceptions
- float: operations on floating-point numbers
- int: operations on integers
- io: buffered input and output
- list: operations on lists
- pair: operations on pairs
- ref: operations on references
- stream: operations on streams
- string: string operations
- vect: operations on vectors
- Caml standard library
- arg: parsing of command line arguments
- baltree: basic balanced binary trees
- filename: operations on file names
- format: pretty printing
- gc: memory management control and statistics
- genlex: a generic lexical analyzer
- hashtbl: hash tables and hash functions
- lexing: the run-time library for lexers generated by camllex
- map: association tables over ordered types
- parsing: the run-time library for parsers generated by mlyacc
- printexc: a catch-all exception handler
- printf: formatting printing functions
- queue: queues
- random: pseudo-random number generator
- set: sets over ordered types
- sort: sorting and merging lists
- stack: stacks
- sys: system interface