diff options
| author | herbelin | 2003-09-26 11:33:55 +0000 |
|---|---|---|
| committer | herbelin | 2003-09-26 11:33:55 +0000 |
| commit | f87c74e95b89d61cc739bde85b95b3e5055d9b96 (patch) | |
| tree | f7b9246c54e977f026940ea2ca3d34a5d1628ad1 /theories/ZArith | |
| parent | 999d557f9733cca6b2249750622ca599ac6985c6 (diff) | |
'Open Local Scope' en attendant que le core_scope sache se mettre devant implicitement
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4485 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/ZArith')
| -rw-r--r-- | theories/ZArith/fast_integer.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/fast_integer.v b/theories/ZArith/fast_integer.v index 26a5a738e2..7b4e26c033 100644 --- a/theories/ZArith/fast_integer.v +++ b/theories/ZArith/fast_integer.v @@ -1313,7 +1313,7 @@ Definition Zcompare := [x,y:Z] V8Infix "?=" Zcompare (at level 50, no associativity) : Z_scope. -Open Scope Z_scope. +Open Local Scope Z_scope. (**********************************************************************) (** Properties of opposite on binary integer numbers *) |
