From 760ca90cb8ccb171497ec9edd345eaa042ffe73f Mon Sep 17 00:00:00 2001 From: msozeau Date: Thu, 17 Apr 2008 12:04:33 +0000 Subject: 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 --- doc/stdlib/Library.tex | 4 +++- doc/stdlib/make-library-files | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/stdlib') 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 -- cgit v1.2.3