diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-04-10 21:58:50 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-04-10 21:58:50 +0000 |
commit | 9069cd0c459079103131cd6f805c8669f7ae8a0e (patch) | |
tree | 7821a1b06c64e8c6b3eec245e79a7f1cfbb521e7 /theories/Arith | |
parent | 2e99233471ed95278188b0a3a5d82a95006e2e22 (diff) |
Open Scope remplace Import
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3912 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith')
-rw-r--r-- | theories/Arith/Even.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Arith/Even.v b/theories/Arith/Even.v index 8b3c7b563..88ad1851b 100644 --- a/theories/Arith/Even.v +++ b/theories/Arith/Even.v @@ -13,6 +13,7 @@ The main results about parity are proved in the module Div2. *) V7only [Import nat_scope.]. +Open Local Scope nat_scope. Implicit Variables Type m,n:nat. |