removed dependency of ord on eq
authorhaftmann
Mon, 06 Nov 2006 16:28:35 +0100
changeset 21194 7e48158e50f6
parent 21193 25a5ab43a5ff
child 21195 0cca8d19557d
removed dependency of ord on eq
src/HOL/Orderings.thy
--- a/src/HOL/Orderings.thy	Mon Nov 06 16:28:34 2006 +0100
+++ b/src/HOL/Orderings.thy	Mon Nov 06 16:28:35 2006 +0100
@@ -13,8 +13,7 @@
 
 subsection {* Order signatures *}
 
-class ord = eq +
-  constrains eq :: "'a \<Rightarrow> 'a \<Rightarrow> bool" (*FIXME: class_package should do the job*)
+class ord =
   fixes less_eq :: "'a \<Rightarrow> 'a \<Rightarrow> bool"
   fixes less    :: "'a \<Rightarrow> 'a \<Rightarrow> bool"