diff options
| author | mohring | 2001-04-19 12:25:05 +0000 |
|---|---|---|
| committer | mohring | 2001-04-19 12:25:05 +0000 |
| commit | bdbbb1bea47909ad5d0daffd77e090ef9b59d826 (patch) | |
| tree | 4d1265dfb29299fb395a554a3b32eb550b4662a2 /theories/Arith | |
| parent | 45aa164112c77d61f726d5db32041c9518ed378a (diff) | |
Mise de (*i autour CVS info
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1619 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith')
| -rwxr-xr-x | theories/Arith/Gt.v | 2 | ||||
| -rwxr-xr-x | theories/Arith/Le.v | 2 | ||||
| -rwxr-xr-x | theories/Arith/Lt.v | 2 | ||||
| -rwxr-xr-x | theories/Arith/Min.v | 2 | ||||
| -rwxr-xr-x | theories/Arith/Minus.v | 2 | ||||
| -rwxr-xr-x | theories/Arith/Mult.v | 2 | ||||
| -rwxr-xr-x | theories/Arith/Peano_dec.v | 4 | ||||
| -rwxr-xr-x | theories/Arith/Plus.v | 2 | ||||
| -rwxr-xr-x | theories/Arith/Wf_nat.v | 2 |
9 files changed, 10 insertions, 10 deletions
diff --git a/theories/Arith/Gt.v b/theories/Arith/Gt.v index f2e27e7bfc..f31154018e 100755 --- a/theories/Arith/Gt.v +++ b/theories/Arith/Gt.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) -(* $Id$ *) +(*i $Id$ i*) Require Le. Require Lt. diff --git a/theories/Arith/Le.v b/theories/Arith/Le.v index 7766d3d7e4..be420c6721 100755 --- a/theories/Arith/Le.v +++ b/theories/Arith/Le.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) -(* $Id$ *) +(*i $Id$ i*) (***************************************) (* Order on natural numbers *) diff --git a/theories/Arith/Lt.v b/theories/Arith/Lt.v index aa4ad4950b..7856850934 100755 --- a/theories/Arith/Lt.v +++ b/theories/Arith/Lt.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) -(* $Id$ *) +(*i $Id$ i*) Require Le. diff --git a/theories/Arith/Min.v b/theories/Arith/Min.v index 8f9eb5ecde..bc976fbd25 100755 --- a/theories/Arith/Min.v +++ b/theories/Arith/Min.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) -(* $Id$ *) +(*i $Id$ i*) Require Arith. diff --git a/theories/Arith/Minus.v b/theories/Arith/Minus.v index afb5a19844..3da5916e04 100755 --- a/theories/Arith/Minus.v +++ b/theories/Arith/Minus.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) -(* $Id$ *) +(*i $Id$ i*) (**************************************************************************) diff --git a/theories/Arith/Mult.v b/theories/Arith/Mult.v index e90cec6612..8955b1ea31 100755 --- a/theories/Arith/Mult.v +++ b/theories/Arith/Mult.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) -(* $Id$ *) +(*i $Id$ i*) Require Export Plus. Require Export Minus. diff --git a/theories/Arith/Peano_dec.v b/theories/Arith/Peano_dec.v index 5ee33d1563..b02d5a324c 100755 --- a/theories/Arith/Peano_dec.v +++ b/theories/Arith/Peano_dec.v @@ -6,9 +6,9 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) -Require Decidable. -(* $Id$ *) +(*i $Id$ i*) +Require Decidable. Theorem O_or_S : (n:nat)({m:nat|(S m)=n})+{O=n}. Proof. diff --git a/theories/Arith/Plus.v b/theories/Arith/Plus.v index c070e3645e..67121590ee 100755 --- a/theories/Arith/Plus.v +++ b/theories/Arith/Plus.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) -(* $Id$ *) +(*i $Id$ i*) (**************************************************************************) (* Properties of addition *) diff --git a/theories/Arith/Wf_nat.v b/theories/Arith/Wf_nat.v index 041d243495..2f100ebc52 100755 --- a/theories/Arith/Wf_nat.v +++ b/theories/Arith/Wf_nat.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) -(* $Id$ *) +(*i $Id$ i*) (* Well-founded relations and natural numbers *) |
