src/HOL/Algebra/ringsimp.ML
changeset 14963 d584e32f7d46
parent 14399 dc677b35e54f
child 15463 95cb3eb74307
--- a/src/HOL/Algebra/ringsimp.ML	Thu Jun 17 14:27:01 2004 +0200
+++ b/src/HOL/Algebra/ringsimp.ML	Thu Jun 17 17:18:30 2004 +0200
@@ -57,7 +57,7 @@
 
 fun ring_ord a =
   find_index_eq a ["CRing.ring.zero", "CRing.ring.add", "CRing.a_inv",
-  "CRing.minus", "Group.monoid.one", "Group.semigroup.mult"];
+  "CRing.minus", "Group.monoid.one", "Group.monoid.mult"];
 
 fun termless_ring (a, b) = (term_lpo ring_ord (a, b) = LESS);
 
@@ -69,7 +69,7 @@
       | _ => [])
       handle TERM _ => [];
     fun comm_filter t = (case HOLogic.dest_Trueprop t of
-        Const ("Group.comm_semigroup_axioms", _) $ Free (s, _) => [s]
+        Const ("Group.comm_monoid_axioms", _) $ Free (s, _) => [s]
       | _ => [])
       handle TERM _ => [];