aboutsummaryrefslogtreecommitdiff
path: root/doc/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'doc/stdlib')
-rwxr-xr-xdoc/stdlib/Library.tex4
-rwxr-xr-xdoc/stdlib/make-library-files2
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/stdlib/Library.tex b/doc/stdlib/Library.tex
index 87b72a5c29..9260e7e189 100755
--- a/doc/stdlib/Library.tex
+++ b/doc/stdlib/Library.tex
@@ -43,8 +43,10 @@ The standard library is composed of the following subdirectories:
\item[Sorting] Sorted list (basic definitions and heapsort
correctness).
\item[Wellfounded] Well-founded relations (basic results).
- \item[Program] Tactcis to deal with dependently-typed programs and
+ \item[Program] Tactics to deal with dependently-typed programs and
their proofs.
+ \item[Classes] Standard type class instances on relations and
+ Coq part of the setoid rewriting tactic.
\end{description}
diff --git a/doc/stdlib/make-library-files b/doc/stdlib/make-library-files
index aed8536555..add14a13b8 100755
--- a/doc/stdlib/make-library-files
+++ b/doc/stdlib/make-library-files
@@ -10,7 +10,7 @@
# En supposant que make fait son boulot, ca fait un tri topologique du
# graphe des dépendances
-LIBDIRS="Arith NArith ZArith Reals Logic Bool Lists Relations Sets Sorting Wellfounded Setoids Program"
+LIBDIRS="Arith NArith ZArith Reals Logic Bool Lists Relations Sets Sorting Wellfounded Setoids Program Classes"
rm -f library.files.ls.tmp
(cd $COQTOP/theories; find $LIBDIR -name "*.v" -ls) > library.files.ls.tmp