aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-17 16:34:52 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-17 16:34:52 +0000
commit1c5c0f61563d7edcf4913f80a821eb9f6bf7be45 (patch)
tree032b87fb09bc46f63a902005948cfb083cf14f54
parentf5aad1456221340f4442268afca5ea06d41eef10 (diff)
Divers
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3943 85f007b7-540e-0410-9357-904b9bb8a0f7
-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 8c3743a1e..7e656ae1b 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 175883ba8..a180c4a5b 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).