From ea59f3669523daceefb40eb6bad7a9a7251869bf Mon Sep 17 00:00:00 2001 From: roconnor Date: Thu, 24 Jan 2008 10:56:12 +0000 Subject: Keep the Z_scope local to this file. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10471 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/ZArith/Zpow_facts.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/ZArith/Zpow_facts.v b/theories/ZArith/Zpow_facts.v index fd8da834d1..b862d663b8 100644 --- a/theories/ZArith/Zpow_facts.v +++ b/theories/ZArith/Zpow_facts.v @@ -14,7 +14,7 @@ Require Import Zcomplements. Require Export Zpower. Require Import Zdiv. Require Import Znumtheory. -Open Scope Z_scope. +Open Local Scope Z_scope. Lemma Zpower_pos_1_r: forall x, Zpower_pos x 1 = x. Proof. -- cgit v1.2.3