aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'library/doc.tex')
-rw-r--r--library/doc.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/library/doc.tex b/library/doc.tex
new file mode 100644
index 000000000..fd1a8bbf9
--- /dev/null
+++ b/library/doc.tex
@@ -0,0 +1,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}