diff options
| -rw-r--r-- | theories/Reals/RealsB.v | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/theories/Reals/RealsB.v b/theories/Reals/RealsB.v new file mode 100644 index 0000000000..29daec98d3 --- /dev/null +++ b/theories/Reals/RealsB.v @@ -0,0 +1,15 @@ +(***********************************************************************) +(* 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 Rdefinitions. +Require Export TypeSyntax. +Require Export Raxioms. +Require Export Rbase. +Require Export DiscrR. |
