NEWS
changeset 23881 851c74f1bb69
parent 23850 f1434532a562
child 23888 babe337cce2d
--- a/NEWS	Fri Jul 20 14:28:05 2007 +0200
+++ b/NEWS	Fri Jul 20 14:28:25 2007 +0200
@@ -943,9 +943,10 @@
     op +   ~> HOL.plus_class.plus
     op -   ~> HOL.minus_class.minus
     uminus ~> HOL.minus_class.uminus
+    abs    ~> HOL.abs_class.abs
     op *   ~> HOL.times_class.times
-    op <   ~> Orderings.ord_class.less
-    op <=  ~> Orderings.ord_class.less_eq
+    op <   ~> HOL.ord_class.less
+    op <=  ~> HOL.ord_class.less_eq
 
 Adaptions may be required in the following cases:
 
@@ -1044,7 +1045,7 @@
 r and finally gets the theorem t = r, which is again applied to the
 subgoal. An Example is available in HOL/ex/ReflectionEx.thy.
 
-* Reflection: Automatic refification now handels binding, an example
+* Reflection: Automatic reification now handels binding, an example
 is available in HOL/ex/ReflectionEx.thy