aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/EqNat.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Arith/EqNat.v')
-rwxr-xr-xtheories/Arith/EqNat.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Arith/EqNat.v b/theories/Arith/EqNat.v
index b4a232e20..88cca274b 100755
--- a/theories/Arith/EqNat.v
+++ b/theories/Arith/EqNat.v
@@ -9,6 +9,7 @@
(*i $Id$ i*)
(** Equality on natural numbers *)
+Import nat_scope.
Fixpoint eq_nat [n:nat] : nat -> Prop :=
[m:nat]Cases n m of