diff options
Diffstat (limited to 'library/doc.tex')
-rw-r--r-- | library/doc.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/library/doc.tex b/library/doc.tex new file mode 100644 index 00000000..33af5933 --- /dev/null +++ b/library/doc.tex @@ -0,0 +1,16 @@ + +\newpage +\section*{The Coq library} + +\ocwsection \label{library} +This chapter describes the \Coq\ library, which is made of two parts: +\begin{itemize} + \item a general mechanism to keep a trace of all operations and of + the state of the system, with backtrack capabilities; + \item a global environment for the CCI, with functions to export and + import compiled modules. +\end{itemize} +The modules of the library are organized as follows. + +\bigskip +\begin{center}\epsfig{file=library.dep.ps}\end{center} |