Caml Light program examples

This directory contains some examples of Caml Light programs.

The examples can either be compiled and executed as standalone programs (just type make in the subdirectory), or run interactively under camllight (the graphics programs must be run under camllight camlgraph), by executing

               include "loadall";;
in the appropriate directory.

Examples marked (*) are taken from the book ``Le langage Caml'', by Pierre Weis and Xavier Leroy (Dunod, 1993 & 1999). Messages and identifiers are in French and contain accented letters (ISO 8859-1 encoding). You'll need an 8-bit clean system to read them.
Examples marked (G) assume installed the portable graphics library (as found in the contrib/libgraph directory of the Caml Light distribution).