updated
authorkrauss
Mon, 13 Nov 2006 13:53:48 +0100
changeset 21320 d240748a2cf5
parent 21319 cf814e36f788
child 21321 9022a90f6fdd
updated
NEWS
--- a/NEWS	Mon Nov 13 13:51:22 2006 +0100
+++ b/NEWS	Mon Nov 13 13:53:48 2006 +0100
@@ -483,6 +483,15 @@
 
 *** HOL ***
 
+* Replaced "auto_term" by the conceptually simpler method "relation",
+which just applies the instantiated termination rule with no further
+simplifications.
+INCOMPATIBILITY: 
+Replace 
+        termination by (auto_term "MYREL")
+with 
+        termination by (relation "MYREL") auto
+
 * Automated termination proofs "by lexicographic_order" are now
 included in the abbreviated function command "fun". No explicit
 "termination" command is necessary anymore.