aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/ZArith/Zmax.v
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-02-09 17:44:37 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-02-09 17:44:37 +0000
commit959b8555351fcf30bd747b47167dd0dca96d34c6 (patch)
treeaddfbecca5220e560e544d289fcf9c249aadeec8 /theories/ZArith/Zmax.v
parent911c50439abdedd0f75856d43ff12e9615ec9980 (diff)
ZBinary (impl of Numbers via Z) reworked, comes earlier, subsumes ZOrderedType
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12714 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/ZArith/Zmax.v')
-rw-r--r--theories/ZArith/Zmax.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/theories/ZArith/Zmax.v b/theories/ZArith/Zmax.v
index 53c40ae7d..84303a326 100644
--- a/theories/ZArith/Zmax.v
+++ b/theories/ZArith/Zmax.v
@@ -9,12 +9,12 @@
(** THIS FILE IS DEPRECATED. Use [Zminmax] instead. *)
-Require Export BinInt Zorder Zminmax.
+Require Export BinInt Zcompare Zorder Zminmax.
Open Local Scope Z_scope.
-(** [Zmax] is now [Zminmax.Zmax]. Code that do things like
- [unfold Zmin.Zmin] will have to be adapted, and neither
+(** [Zmax] is now [BinInt.Zmax]. Code that do things like
+ [unfold Zmax.Zmax] will have to be adapted, and neither
a [Definition] or a [Notation] here can help much. *)