aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/IntMap/intro.tex
diff options
context:
space:
mode:
authorGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-19 12:41:04 +0000
committerGravatar mohring <mohring@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-04-19 12:41:04 +0000
commit4a816963c315007576bfaba3e87df0c7091e1402 (patch)
tree9b32d023e23b3c9cfa2b11382c34796aa3630b87 /theories/IntMap/intro.tex
parentbdbbb1bea47909ad5d0daffd77e090ef9b59d826 (diff)
Mise de (*i autour CVS info
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1620 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/IntMap/intro.tex')
-rw-r--r--theories/IntMap/intro.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/theories/IntMap/intro.tex b/theories/IntMap/intro.tex
index cfaae2468..9ad93050c 100644
--- a/theories/IntMap/intro.tex
+++ b/theories/IntMap/intro.tex
@@ -1,5 +1,6 @@
-\section{IntMap}\label{IntMap}
+\section{Maps indexed by binary integers : IntMap}\label{IntMap}
This library contains a data structure for finite sets implemented by
an efficient structure of map (trees indexed by binary integers).
+It was initially developed by Jean Goubault.