aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/correctness/Sorted.v1
-rw-r--r--theories/Reals/Exp_prop.v5
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/correctness/Sorted.v b/contrib/correctness/Sorted.v
index 8c3743a1e8..7e656ae1b3 100644
--- a/contrib/correctness/Sorted.v
+++ b/contrib/correctness/Sorted.v
@@ -16,6 +16,7 @@ Require ArrayPermut.
Require ZArithRing.
Require Omega.
V7only [Import Z_scope.].
+Open Local Scope Z_scope.
Set Implicit Arguments.
diff --git a/theories/Reals/Exp_prop.v b/theories/Reals/Exp_prop.v
index 175883ba88..a180c4a5b9 100644
--- a/theories/Reals/Exp_prop.v
+++ b/theories/Reals/Exp_prop.v
@@ -17,7 +17,10 @@ Require PSeries_reg.
Require Div2.
Require Even.
Require Max.
-V7only [Import R_scope.]. Open Local Scope R_scope.
+V7only [Import R_scope.].
+Open Local Scope nat_scope.
+V7only [Import nat_scope.].
+Open Local Scope R_scope.
Definition E1 [x:R] : nat->R := [N:nat](sum_f_R0 [k:nat]``/(INR (fact k))*(pow x k)`` N).