This chapter describes the functions provided by the Caml Light core library. This library is special in two ways:
+-----------------------+---------------------------------------------------+ | -O option | Opened modules (reverse opening order) | +-----------------------+---------------------------------------------------+ | -O cautious (default) | io, eq, int, float, ref, pair, list, vect, char, | | | string, bool, exc, stream, builtin | | -O fast | io, eq, int, float, ref, pair, list, fvect, | | | fchar, fstring, bool, exc, stream, builtin | | -O none | builtin | +-----------------------+---------------------------------------------------+