diff options
Diffstat (limited to 'theories/QArith/QArith.v')
| -rw-r--r-- | theories/QArith/QArith.v | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/theories/QArith/QArith.v b/theories/QArith/QArith.v new file mode 100644 index 0000000000..f7a28598ee --- /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. |
