aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/doc.tex
blob: fd1a8bbf9128b668a917cb325749b4c0f7ae8c84 (plain)
1
2
3
4
5
6
7
8
9
10
11

\section*{The Coq library}

\ocwsection \label{library}
This section 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 possibilities;
  \item a global environment for the CCI, with functions to export and 
    import compiled modules.
\end{itemize}