From 4a816963c315007576bfaba3e87df0c7091e1402 Mon Sep 17 00:00:00 2001 From: mohring Date: Thu, 19 Apr 2001 12:41:04 +0000 Subject: Mise de (*i autour CVS info git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1620 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/IntMap/Adalloc.v | 8 ++++++++ theories/IntMap/Addec.v | 8 ++++++++ theories/IntMap/Addr.v | 8 ++++++++ theories/IntMap/Adist.v | 8 ++++++++ theories/IntMap/Allmaps.v | 8 ++++++++ theories/IntMap/Fset.v | 8 ++++++++ theories/IntMap/Lsort.v | 8 ++++++++ theories/IntMap/Map.v | 8 ++++++++ theories/IntMap/Mapaxioms.v | 8 ++++++++ theories/IntMap/Mapc.v | 8 ++++++++ theories/IntMap/Mapcanon.v | 8 ++++++++ theories/IntMap/Mapcard.v | 8 ++++++++ theories/IntMap/Mapfold.v | 8 ++++++++ theories/IntMap/Mapiter.v | 8 ++++++++ theories/IntMap/Maplists.v | 8 ++++++++ theories/IntMap/Mapsubset.v | 8 ++++++++ theories/IntMap/intro.tex | 3 ++- theories/Lists/List.v | 2 +- theories/Lists/ListSet.v | 2 +- theories/Lists/PolyList.v | 2 +- theories/Lists/PolyListSyntax.v | 2 +- theories/Lists/Streams.v | 8 +++----- theories/Lists/TheoryList.v | 2 +- theories/Logic/Classical.v | 2 +- theories/Logic/Classical_Pred_Set.v | 2 +- theories/Logic/Classical_Pred_Type.v | 2 +- theories/Logic/Classical_Prop.v | 2 +- theories/Logic/Classical_Type.v | 2 +- theories/Logic/Decidable.v | 11 +++++++++++ theories/Logic/Eqdep.v | 2 +- theories/Logic/Eqdep_dec.v | 2 +- theories/Logic/JMeq.v | 11 ++++++++++- theories/Logic/intro.tex | 4 ++-- theories/Reals/R_Ifp.v | 2 +- theories/Reals/Rbasic_fun.v | 2 +- theories/Reals/Rdefinitions.v | 2 +- theories/Reals/Rderiv.v | 2 +- theories/Reals/Reals.v | 2 +- theories/Reals/Rfunctions.v | 2 +- theories/Reals/Rlimit.v | 2 +- theories/Reals/Rsyntax.v | 2 +- theories/Reals/TypeSyntax.v | 2 +- 42 files changed, 177 insertions(+), 30 deletions(-) diff --git a/theories/IntMap/Adalloc.v b/theories/IntMap/Adalloc.v index 47cff4f8e9..63c2f2ad4b 100644 --- a/theories/IntMap/Adalloc.v +++ b/theories/IntMap/Adalloc.v @@ -1,3 +1,11 @@ +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* (~P -> False) -> P. diff --git a/theories/Logic/Eqdep.v b/theories/Logic/Eqdep.v index 01702cd16c..d021fa687e 100755 --- a/theories/Logic/Eqdep.v +++ b/theories/Logic/Eqdep.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) -(* $Id$ *) +(*i $Id$ i*) Section Dependent_Equality. diff --git a/theories/Logic/Eqdep_dec.v b/theories/Logic/Eqdep_dec.v index a35993acdf..f362eb23ca 100644 --- a/theories/Logic/Eqdep_dec.v +++ b/theories/Logic/Eqdep_dec.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) -(* $Id$ *) +(*i $Id$ i*) (* We prove that there is only one proof of [x=x], i.e [(refl_equal ? x)]. This holds if the equality upon the set of [x] is decidable. diff --git a/theories/Logic/JMeq.v b/theories/Logic/JMeq.v index 2f8eda34f5..0bee9226eb 100644 --- a/theories/Logic/JMeq.v +++ b/theories/Logic/JMeq.v @@ -1,4 +1,13 @@ -(*s John Major's Equality - C. Mc Bride *) +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(*