1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD><TITLE>The Objective-Caml system, release 2.04</TITLE>
<META http-equiv="Content-Type" content="text/html; charset= ISO-8859-1">
</HEAD>
<BODY >
<BR>
<BR>
<DIV ALIGN=center>
<FONT SIZE=7>The Objective Caml system<BR>release 2.04<BR></FONT><FONT SIZE=5>Documentation and user's manual<BR></FONT><FONT SIZE=4>Xavier Leroy<BR>(with Didier Rmy, Jrme Vouillon and Damien Doligez)<BR></FONT><FONT SIZE=3>Copyright 1999 Institut National de
Recherche en Informatique et en Automatique
</FONT></DIV>
<BR>
<BLOCKQUOTE>
<HR SIZE=2>
This manual is also available in
<A HREF="ftp://ftp.inria.fr/lang/caml-light/ocaml-2.04-refman.pdf">PDF</A>.
<A HREF="ftp://ftp.inria.fr/lang/caml-light/ocaml-2.04-refman.ps.gz">Postscript</A>,
<A HREF="ftp://ftp.inria.fr/lang/caml-light/ocaml-2.04-refman.dvi.gz">DVI</A>,
as a
<A HREF="ftp://ftp.inria.fr/lang/caml-light/ocaml-2.04-refman.html.tar.gz">bundle of HTML files</A>,
and as a
<A HREF="ftp://ftp.inria.fr/lang/caml-light/ocaml-2.04-refman.info.tar.gz">bundle of Emacs Info files</A>.
<HR SIZE=2>
</BLOCKQUOTE>
<UL>
<LI><A HREF="manual001.html"> Foreword</A>
</UL>
<H2 ALIGN=left>An introduction to Objective Caml</H2>
<A NAME="p:tutorials"></A>
<UL>
<LI><A HREF="manual002.html"> The core language</A>
<LI><A HREF="manual003.html"> Objects in Caml</A>
<LI><A HREF="manual004.html"> The module system</A>
<LI><A HREF="manual005.html"> Advanced examples with classes and modules</A>
</UL>
<H2 ALIGN=left>The Objective Caml language</H2>
<A NAME="p:refman"></A>
<UL>
<LI><A HREF="manual006.html"> The Objective Caml language</A>
<LI><A HREF="manual019.html"> Language extensions</A>
</UL>
<H2 ALIGN=left>The Objective Caml tools</H2>
<A NAME="p:commands"></A>
<UL>
<LI><A HREF="manual020.html"> Batch compilation (ocamlc)</A>
<LI><A HREF="manual021.html"> The toplevel system (ocaml)</A>
<LI><A HREF="manual022.html"> The runtime system (ocamlrun)</A>
<LI><A HREF="manual023.html"> Native-code compilation (ocamlopt)</A>
<LI><A HREF="manual024.html"> Lexer and parser generators (ocamllex, ocamlyacc)</A>
<LI><A HREF="manual025.html"> Dependency generator (ocamldep)</A>
<LI><A HREF="manual026.html"> The debugger (ocamldebug)</A>
<LI><A HREF="manual027.html"> Profiling (ocamlprof)</A>
<LI><A HREF="manual028.html"> Interfacing C with Objective Caml</A>
</UL>
<H2 ALIGN=left>The Objective Caml library</H2>
<A NAME="p:library"></A>
<UL>
<LI><A HREF="manual029.html"> The core library</A>
<LI><A HREF="manual030.html"> The standard library</A>
<LI><A HREF="manual060.html"> The unix library: Unix system calls</A>
<LI><A HREF="manual061.html"> The num library: arbitrary-precision rational arithmetic</A>
<LI><A HREF="manual062.html"> The str library: regular expressions and string processing</A>
<LI><A HREF="manual063.html"> The threads library</A>
<LI><A HREF="manual064.html"> The graphics library</A>
<LI><A HREF="manual065.html"> The dbm library: access to NDBM databases</A>
<LI><A HREF="manual066.html"> The dynlink library: dynamic loading and linking of object files</A>
</UL>
<H2 ALIGN=left>Appendix</H2>
<A NAME="p:appendix"></A>
<UL>
<LI><A HREF="manual067.html"> Index to the library</A>
<LI><A HREF="manual068.html"> Index of keywords</A>
</UL>
<!--FOOTER-->
<HR SIZE=2>
<BLOCKQUOTE><EM>This document was tranlated from L<sup>A</sup>T<sub>E</sub>X by
</EM><A HREF="http://para.inria.fr/~maranget/hevea/index.html"><EM>H</EM><EM><FONT SIZE=2><sup>E</sup></FONT></EM><EM>V</EM><EM><FONT SIZE=2><sup>E</sup></FONT></EM><EM>A and H</EM><EM><FONT SIZE=2><sup>A</sup></FONT></EM><EM>C</EM><EM><FONT SIZE=2><sup>H</sup></FONT></EM><EM>A</EM></A><EM>.
</EM></BLOCKQUOTE></BODY>
</HTML>
|