diff options
| author | herbelin | 2005-12-26 13:59:13 +0000 |
|---|---|---|
| committer | herbelin | 2005-12-26 13:59:13 +0000 |
| commit | f6e1acbbe00aeb479fde229c3941e3a6a2d53068 (patch) | |
| tree | ce3a6476de30cbf68c7668f5ecba92f457a721e8 /theories7/Arith/Arith.v | |
| parent | e0f9487be5ce770117a9c9c815af8c7010ff357b (diff) | |
Suppression des fichiers .v en ancienne syntaxe
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7733 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories7/Arith/Arith.v')
| -rwxr-xr-x | theories7/Arith/Arith.v | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/theories7/Arith/Arith.v b/theories7/Arith/Arith.v deleted file mode 100755 index ba7c029425..0000000000 --- a/theories7/Arith/Arith.v +++ /dev/null @@ -1,21 +0,0 @@ -(************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *) -(* \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. |
