aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Min.v
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-02-10 15:23:53 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-02-10 15:23:53 +0000
commit0dcc3068fe5e93ab5583540850c4c2caebc809d2 (patch)
tree01a3da7f765379dfb82cade625c59c3a04e5418a /theories/Arith/Min.v
parent40011bf94b429432065bcd922932deffa87dcbc0 (diff)
Min, Max: for avoiding inelegant NPeano.max printing, we Export this lib
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12728 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith/Min.v')
-rw-r--r--theories/Arith/Min.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Arith/Min.v b/theories/Arith/Min.v
index 521285a08..788fa6a28 100644
--- a/theories/Arith/Min.v
+++ b/theories/Arith/Min.v
@@ -10,12 +10,12 @@
(** THIS FILE IS DEPRECATED. Use [NPeano.Nat] instead. *)
-Require Import NPeano.
+Require Export NPeano.
Open Local Scope nat_scope.
Implicit Types m n p : nat.
-Notation min := NPeano.min (only parsing).
+Notation min := min (only parsing).
Definition min_0_l := Nat.min_0_l.
Definition min_0_r := Nat.min_0_r.