aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/QArith/QArith.v
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-31 21:56:37 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-05-31 21:56:37 +0000
commit1d12b302120fbde8cbd7f8a3c36bf144a3e1e531 (patch)
tree87d8f132c6872d3206f072ac0b16c051113f5d2c /theories/QArith/QArith.v
parent6ca6bef6e701703ce38b89b81c89a61b2db3cb47 (diff)
ajout de QArith dans les theories standards
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8883 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/QArith/QArith.v')
-rw-r--r--theories/QArith/QArith.v13
1 files changed, 13 insertions, 0 deletions
diff --git a/theories/QArith/QArith.v b/theories/QArith/QArith.v
new file mode 100644
index 000000000..f7a28598e
--- /dev/null
+++ b/theories/QArith/QArith.v
@@ -0,0 +1,13 @@
+(************************************************************************)
+(* 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 QArith_base.
+Require Export Qring.
+Require Export Qreduction.