aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Rdefinitions.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-12 14:42:11 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-12 14:42:11 +0000
commit86fb851af84e7e62d7f8e3825e78d3ad38bbbdfe (patch)
tree8bb8b8dc733036b3df4a7a5a8965504d6643c6e8 /theories/Reals/Rdefinitions.v
parent47f84ce90f0a0e0f78108f994ad23cad26699feb (diff)
Bind et Delimit pour R
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4367 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Reals/Rdefinitions.v')
-rw-r--r--theories/Reals/Rdefinitions.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/theories/Reals/Rdefinitions.v b/theories/Reals/Rdefinitions.v
index 620400d61..26857c81f 100644
--- a/theories/Reals/Rdefinitions.v
+++ b/theories/Reals/Rdefinitions.v
@@ -17,6 +17,10 @@ Require Export ZArith_base.
Require Export TypeSyntax.
Parameter R:Type.
+
+Delimits Scope R_scope with R.
+Bind Scope R_scope with R.
+
Parameter R0:R.
Parameter R1:R.
Parameter Rplus:R->R->R.