(old) NEWS
authornoschinl
Mon, 17 Oct 2011 14:22:14 +0200
changeset 45160 b09575e075a5
parent 45159 3f1d1ce024cb
child 45161 699848baf70b
(old) NEWS
NEWS
--- a/NEWS	Mon Oct 17 10:19:01 2011 +0200
+++ b/NEWS	Mon Oct 17 14:22:14 2011 +0200
@@ -53,6 +53,18 @@
   zero_less_zpower_abs_iff ~> zero_less_power_abs_iff
   zero_le_zpower_abs ~> zero_le_power_abs
 
+* New case_product attribute to generate a case rule doing multiple case
+  distinctions at the same time: E.g.
+
+    list.exhaust[case_product nat.exhaust]
+
+  produces a rule which can be used to perform case distinction on both
+  a list and a nat.
+
+*** FOL ***
+
+* New case_product attribute (see HOL).
+
 
 *** ML ***