aboutsummaryrefslogtreecommitdiff
path: root/theories/Arith/Max.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Arith/Max.v')
-rwxr-xr-xtheories/Arith/Max.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/theories/Arith/Max.v b/theories/Arith/Max.v
index 8a599ed7ea..8b4c86cd53 100755
--- a/theories/Arith/Max.v
+++ b/theories/Arith/Max.v
@@ -9,8 +9,11 @@
(*i $Id$ i*)
Require Arith.
+
Import nat_scope.
+Implicit Variables Type m,n:nat.
+
(** maximum of two natural numbers *)
Fixpoint max [n:nat] : nat -> nat :=