diff options
| author | herbelin | 2003-11-29 16:15:58 +0000 |
|---|---|---|
| committer | herbelin | 2003-11-29 16:15:58 +0000 |
| commit | 9058fb97426307536f56c3e7447be2f70798e081 (patch) | |
| tree | b9a5fcf2ace7ecec13ed264b93c33fc04b0f220f /theories7/Arith/Arith.v | |
| parent | 95ad10e5eb2efc9b63382e0e6a2f9ada8da2ea2d (diff) | |
Deplacement des fichiers ancienne syntaxe dans theories7, contrib7 et states7
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5026 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories7/Arith/Arith.v')
| -rwxr-xr-x | theories7/Arith/Arith.v | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/theories7/Arith/Arith.v b/theories7/Arith/Arith.v new file mode 100755 index 0000000000..832ea7a427 --- /dev/null +++ b/theories7/Arith/Arith.v @@ -0,0 +1,21 @@ +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *) +(* \VV/ *************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(***********************************************************************) + +(*i $Id$ i*) + +Require Export Le. +Require Export Lt. +Require Export Plus. +Require Export Gt. +Require Export Minus. +Require Export Mult. +Require Export Between. +Require Export Minus. +Require Export Peano_dec. +Require Export Compare_dec. +Require Export Factorial. |
