summaryrefslogtreecommitdiff
path: root/theories/QArith/QArith.v
diff options
context:
space:
mode:
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 00000000..03935e2b
--- /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: QArith.v 8883 2006-05-31 21:56:37Z letouzey $ i*)
+
+Require Export QArith_base.
+Require Export Qring.
+Require Export Qreduction.