From 05074a8ee576e155596cf0c8bb3c8372a4dfa086 Mon Sep 17 00:00:00 2001 From: filliatr Date: Fri, 3 Sep 1999 09:53:11 +0000 Subject: modules Libobject et Summary (partiel) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@36 85f007b7-540e-0410-9357-904b9bb8a0f7 --- library/doc.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 library/doc.tex (limited to 'library/doc.tex') 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} -- cgit v1.2.3