aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/omega/OmegaLemmas.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/omega/OmegaLemmas.v b/contrib/omega/OmegaLemmas.v
index 298d38959c..294c5a4372 100644
--- a/contrib/omega/OmegaLemmas.v
+++ b/contrib/omega/OmegaLemmas.v
@@ -10,7 +10,7 @@
Require Import ZArith_base.
-Open Scope Z_scope.
+Open Local Scope Z_scope.
(** These are specific variants of theorems dedicated for the Omega tactic *)
@@ -260,4 +260,4 @@ Definition fast_Zred_factor5 (x y : Z) (P : Z -> Prop)
(H : P y) := eq_ind_r P H (Zred_factor5 x y).
Definition fast_Zred_factor6 (x : Z) (P : Z -> Prop)
- (H : P (x + 0)) := eq_ind_r P H (Zred_factor6 x). \ No newline at end of file
+ (H : P (x + 0)) := eq_ind_r P H (Zred_factor6 x).