*** empty log message ***
authornipkow
Tue, 12 Oct 2004 16:59:56 +0200
changeset 15242 1a4b471b1afa
parent 15241 a3949068537e
child 15243 ba52fdc2c4e8
*** empty log message ***
NEWS
--- a/NEWS	Tue Oct 12 11:48:21 2004 +0200
+++ b/NEWS	Tue Oct 12 16:59:56 2004 +0200
@@ -151,6 +151,11 @@
  
 *** HOL ***
 
+* Datatype induction via method `induct' now preserves the name of the
+  induction variable. For example, when proving P(xs::'a list) by induction
+  on xs, the induction step is now P(xs) ==> P(a#xs) rather than
+  P(list) ==> P(a#list) as previously.
+
 * HOL/record: reimplementation of records. Improved scalability for
   records with many fields, avoiding performance problems for type
   inference. Records are no longer composed of nested field types, but