diff options
| author | letouzey | 2008-03-19 20:56:43 +0000 |
|---|---|---|
| committer | letouzey | 2008-03-19 20:56:43 +0000 |
| commit | 509cd11ac957c0ff97cbe9a0cd50852c74095e36 (patch) | |
| tree | aeadbbc55f35b9c572a4f76084bb5ec7a5c9e401 /doc | |
| parent | 0157aadd967fcba870fb9bf74ea2af7671105efc (diff) | |
migration of the old IntMap library from StdLib to a user contrib (Cachan/IntMap)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10699 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/refman/RefMan-lib.tex | 2 | ||||
| -rwxr-xr-x | doc/stdlib/Library.tex | 2 | ||||
| -rwxr-xr-x | doc/stdlib/make-library-files | 2 | ||||
| -rwxr-xr-x | doc/stdlib/make-library-index | 2 |
4 files changed, 2 insertions, 6 deletions
diff --git a/doc/refman/RefMan-lib.tex b/doc/refman/RefMan-lib.tex index 33c68e49d7..06da955d5c 100644 --- a/doc/refman/RefMan-lib.tex +++ b/doc/refman/RefMan-lib.tex @@ -803,8 +803,6 @@ subdirectories: etc.) \\ {\bf FSets} & Specification and implementations of finite sets and finite maps (by lists and by AVL trees)\\ - {\bf IntMap} & Representation of finite sets by an efficient - structure of map (trees indexed by binary integers).\\ {\bf Reals} & Axiomatization of real numbers (classical, basic functions, integer part, fractional part, limit, derivative, Cauchy series, power series and results,...)\\ diff --git a/doc/stdlib/Library.tex b/doc/stdlib/Library.tex index 81fdd2a6ea..87b72a5c29 100755 --- a/doc/stdlib/Library.tex +++ b/doc/stdlib/Library.tex @@ -43,8 +43,6 @@ 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[IntMap] Representation of finite sets by an efficient - structure of map (trees indexed by binary integers). \item[Program] Tactcis to deal with dependently-typed programs and their proofs. \end{description} diff --git a/doc/stdlib/make-library-files b/doc/stdlib/make-library-files index 6eb1333a5e..aed8536555 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 IntMap Relations Sets Sorting Wellfounded Setoids Program" +LIBDIRS="Arith NArith ZArith Reals Logic Bool Lists Relations Sets Sorting Wellfounded Setoids Program" rm -f library.files.ls.tmp (cd $COQTOP/theories; find $LIBDIR -name "*.v" -ls) > library.files.ls.tmp diff --git a/doc/stdlib/make-library-index b/doc/stdlib/make-library-index index 7da0f1f531..a4aad6c905 100755 --- a/doc/stdlib/make-library-index +++ b/doc/stdlib/make-library-index @@ -7,7 +7,7 @@ FILE=$1 cp -f $FILE.template tmp echo -n Building file index-list.prehtml ... -LIBDIRS="Init Logic Bool Arith NArith ZArith QArith Relations Sets Setoids Lists Sorting Wellfounded IntMap FSets Reals Ints Ints/num Ints/Z Program Numbers Numbers/Natural/Abstract Numbers/Natural/Peano Numbers/Natural/Binary Numbers/Integer/Abstract Numbers/Integer/NatPairs Numbers/Integer/Binary Numbers/NatInt Strings" +LIBDIRS="Init Logic Bool Arith NArith ZArith QArith Relations Sets Setoids Lists Sorting Wellfounded FSets Reals Ints Ints/num Ints/Z Program Numbers Numbers/Natural/Abstract Numbers/Natural/Peano Numbers/Natural/Binary Numbers/Integer/Abstract Numbers/Integer/NatPairs Numbers/Integer/Binary Numbers/NatInt Strings" for k in $LIBDIRS; do i=theories/$k |
