aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/R_sqrt.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-10 21:55:33 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-10 21:55:33 +0000
commit0acce1966cdcaa7b196150bc4f48e841cb82dc16 (patch)
tree3552ee3e82f12ea6fad80534b4fc82c95969ba63 /theories/Reals/R_sqrt.v
parent463531101b7db0a47c49242346f6e765b3cec3b4 (diff)
Remplacement Import par Open Scope en v8
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3909 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Reals/R_sqrt.v')
-rw-r--r--theories/Reals/R_sqrt.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Reals/R_sqrt.v b/theories/Reals/R_sqrt.v
index 0fd419288..c3997a312 100644
--- a/theories/Reals/R_sqrt.v
+++ b/theories/Reals/R_sqrt.v
@@ -11,7 +11,7 @@
Require Rbase.
Require Rfunctions.
Require Rsqrt_def.
-V7only [Import R_scope.].
+V7only [Import R_scope.]. Open Scope R_scope.
(* Here is a continuous extension of Rsqrt on R *)
Definition sqrt : R->R := [x:R](Cases (case_Rabsolu x) of