aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Numbers/Integer/Abstract/ZProperties.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Numbers/Integer/Abstract/ZProperties.v')
-rw-r--r--theories/Numbers/Integer/Abstract/ZProperties.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/theories/Numbers/Integer/Abstract/ZProperties.v b/theories/Numbers/Integer/Abstract/ZProperties.v
index dc46eddab..45662d3b6 100644
--- a/theories/Numbers/Integer/Abstract/ZProperties.v
+++ b/theories/Numbers/Integer/Abstract/ZProperties.v
@@ -8,15 +8,15 @@
(*i $Id$ i*)
-Require Export ZAxioms ZMulOrder ZSgnAbs.
+Require Export ZAxioms ZMaxMin ZSgnAbs.
(** This functor summarizes all known facts about Z.
- For the moment it is only an alias to [ZMulOrderPropFunct], which
+ For the moment it is only an alias to the last functor which
subsumes all others, plus properties of [sgn] and [abs].
*)
Module Type ZPropSig (Z:ZAxiomsExtSig) :=
- ZMulOrderPropFunct Z <+ ZSgnAbsPropSig Z.
+ ZMaxMinProp Z <+ ZSgnAbsPropSig Z.
Module ZPropFunct (Z:ZAxiomsExtSig) <: ZPropSig Z.
Include ZPropSig Z.