aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-01-07 15:32:52 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-01-07 15:32:52 +0000
commit5794a55f9e8b39b8e562e70593ab794abf463a86 (patch)
tree170ca1c9d68a2b7c4f1306b696a599758dbbf14b /theories/Arith
parent9b6517c0c933fb1d66c7feb53fa57e1697d8124a (diff)
Nicer names: DecidableType2* --> Equalities*, OrderedType2* --> Orders*
Old stuff DecidableType.v and OrderedType.v stay there and keep their names for the moment, for compatibility. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12641 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith')
-rw-r--r--theories/Arith/MinMax.v2
-rw-r--r--theories/Arith/NatOrderedType.v2
2 files changed, 2 insertions, 2 deletions
diff --git a/theories/Arith/MinMax.v b/theories/Arith/MinMax.v
index 32afba489..6e86a88c5 100644
--- a/theories/Arith/MinMax.v
+++ b/theories/Arith/MinMax.v
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-Require Import OrderedType2 NatOrderedType GenericMinMax.
+Require Import Orders NatOrderedType GenericMinMax.
(** * Maximum and Minimum of two natural numbers *)
diff --git a/theories/Arith/NatOrderedType.v b/theories/Arith/NatOrderedType.v
index d9b2b30f0..fa4b7172a 100644
--- a/theories/Arith/NatOrderedType.v
+++ b/theories/Arith/NatOrderedType.v
@@ -7,7 +7,7 @@
(************************************************************************)
Require Import Lt Peano_dec Compare_dec EqNat
- DecidableType2 OrderedType2 OrderTac.
+ Equalities Orders OrdersTac.
(** * DecidableType structure for Peano numbers *)