diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2005-05-03 20:44:01 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2005-05-03 20:44:01 +0000 |
commit | 9beafe7c3fde8adfd3f9afdd74fe6842cceefe32 (patch) | |
tree | 8e992776d60f3f7bdda73e145862883c807f4083 /contrib7 | |
parent | 1981192d27abe62bde8fd1acce8aa60cc89f4434 (diff) |
Open Scope non Local malencontreux
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6987 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib7')
-rw-r--r-- | contrib7/omega/OmegaLemmas.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib7/omega/OmegaLemmas.v b/contrib7/omega/OmegaLemmas.v index b27afd0dd..a75577e31 100644 --- a/contrib7/omega/OmegaLemmas.v +++ b/contrib7/omega/OmegaLemmas.v @@ -10,7 +10,7 @@ Require ZArith_base. -Open Scope Z_scope. +Open Local Scope Z_scope. (** These are specific variants of theorems dedicated for the Omega tactic *) |