aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Numbers/Natural/Abstract/NProperties.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Numbers/Natural/Abstract/NProperties.v')
-rw-r--r--theories/Numbers/Natural/Abstract/NProperties.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/theories/Numbers/Natural/Abstract/NProperties.v b/theories/Numbers/Natural/Abstract/NProperties.v
index 30262bd9f..9fc9b290e 100644
--- a/theories/Numbers/Natural/Abstract/NProperties.v
+++ b/theories/Numbers/Natural/Abstract/NProperties.v
@@ -8,14 +8,14 @@
(*i $Id$ i*)
-Require Export NAxioms NSub.
+Require Export NAxioms NMaxMin.
(** This functor summarizes all known facts about N.
- For the moment it is only an alias to [NSubPropFunct], which
+ For the moment it is only an alias to the last functor which
subsumes all others.
*)
-Module Type NPropSig := NSubPropFunct.
+Module Type NPropSig := NMaxMinProp.
Module NPropFunct (N:NAxiomsSig) <: NPropSig N.
Include NPropSig N.