diff options
| author | bgregoir | 2006-12-11 19:13:20 +0000 |
|---|---|---|
| committer | bgregoir | 2006-12-11 19:13:20 +0000 |
| commit | 22516846e6280c1aff441c06f5a30ee26d2372e5 (patch) | |
| tree | d2455b85eb8811b7ab776b3441e83bba2bf99531 | |
| parent | c86d78c0f18fb28f74bb6b192c03ebe73117cf03 (diff) | |
correction Open Local Scope (Ring)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9428 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | theories/ZArith/Zpow_def.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/Zpow_def.v b/theories/ZArith/Zpow_def.v index dabd6ace19..b0f372debc 100644 --- a/theories/ZArith/Zpow_def.v +++ b/theories/ZArith/Zpow_def.v @@ -1,7 +1,7 @@ Require Import ZArith_base. Require Import Ring_theory. -Open Scope Z_scope. +Open Local Scope Z_scope. (** [Zpower_pos z n] is the n-th power of [z] when [n] is an binary integer (type [positive]) and [z] a signed integer (type [Z]) *) |
