aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--theories/Arith/Even.v1
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.