aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/ZArith/Zmin.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/Zmin.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/Zmin.v')
-rw-r--r--theories/ZArith/Zmin.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/ZArith/Zmin.v b/theories/ZArith/Zmin.v
index 5dd26fa38..4703faace 100644
--- a/theories/ZArith/Zmin.v
+++ b/theories/ZArith/Zmin.v
@@ -9,11 +9,11 @@
(** THIS FILE IS DEPRECATED. Use [Zminmax] instead. *)
-Require Import BinInt Zorder Zminmax.
+Require Import BinInt Zcompare Zorder Zminmax.
Open Local Scope Z_scope.
-(** [Zmin] is now [Zminmax.Zmin]. Code that do things like
+(** [Zmin] is now [BinInt.Zmin]. Code that do things like
[unfold Zmin.Zmin] will have to be adapted, and neither
a [Definition] or a [Notation] here can help much. *)