tuned;
authorwenzelm
Wed, 11 Jun 2008 11:20:10 +0200
changeset 27145 0337828b7815
parent 27144 ef2634bef947
child 27146 443c19953137
tuned;
NEWS
--- a/NEWS	Wed Jun 11 09:08:52 2008 +0200
+++ b/NEWS	Wed Jun 11 11:20:10 2008 +0200
@@ -19,7 +19,8 @@
 the corresponding "cases" and "induct" attributes.  INCOMPATIBILITY,
 in rare situations a different rule is selected --- notably nested
 tuple elimination instead of former prod.exhaust: use explicit
-(case_tac t rule: prod.exhaust) here.
+(case_tac t rule: prod.exhaust) here.  Old-style rules for mutual and
+nested datatypes also need to be given explicitly.
 
 * Attributes "cases", "induct", "coinduct" support "del" option.