diff options
| author | msozeau | 2008-04-17 12:04:33 +0000 |
|---|---|---|
| committer | msozeau | 2008-04-17 12:04:33 +0000 |
| commit | 760ca90cb8ccb171497ec9edd345eaa042ffe73f (patch) | |
| tree | e148c778eb0824e9dc1b887a9bf9eb046b8e370d /doc/stdlib | |
| parent | ec837079f89825855777a6d7c325f7163e92977c (diff) | |
Add almost empty Classes.tex for documentation of type classes.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10808 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/stdlib')
| -rwxr-xr-x | doc/stdlib/Library.tex | 4 | ||||
| -rwxr-xr-x | doc/stdlib/make-library-files | 2 |
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 |
