aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/RealsB.v
diff options
context:
space:
mode:
authorGravatar desmettr <desmettr@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-11-26 18:40:39 +0000
committerGravatar desmettr <desmettr@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-11-26 18:40:39 +0000
commite41d89dd460d98df11a1d6b7fe17aaac6238c652 (patch)
tree0f4b8e056d1f9094b326ec32883a7bb604857f88 /theories/Reals/RealsB.v
parent6312f6d49be1720257d070340198792b1ab4d0d5 (diff)
Theorie 'light' des réels
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3297 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Reals/RealsB.v')
-rw-r--r--theories/Reals/RealsB.v15
1 files changed, 15 insertions, 0 deletions
diff --git a/theories/Reals/RealsB.v b/theories/Reals/RealsB.v
new file mode 100644
index 000000000..29daec98d
--- /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.