This chapter describes the functions provided by the Caml Light core library. This library is special in two ways:
). Hence, the globals defined by these
libraries can be used in standalone programs without having to add any
.zo file on the command line for the linking phase. Similarly, in
interactive use, these globals can be used in toplevel phrases without
having to load any .zo file in memory.
| -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 |