* Provers/classical: removed obsolete classical version of elim_format;
authorwenzelm
Sat, 31 Dec 2005 21:49:44 +0100
changeset 18536 ab3f32f86847
parent 18535 84b0597808bb
child 18537 2681f9e34390
* Provers/classical: removed obsolete classical version of elim_format;
NEWS
--- a/NEWS	Sat Dec 31 21:49:43 2005 +0100
+++ b/NEWS	Sat Dec 31 21:49:44 2005 +0100
@@ -180,16 +180,20 @@
 * Provers/induct: support coinduction as well.  See
 src/HOL/Library/Coinductive_List.thy for various examples.
 
-* Input syntax now supports dummy variable binding "%_. b", where the
-body does not mention the bound variable.  Note that dummy patterns
-implicitly depend on their context of bounds, which makes "{_. _}"
-match any set comprehension as expected.  Potential INCOMPATIBILITY --
-parse translations need to cope with syntactic constant "_idtdummy" in
-the binding position.
-
-* Removed obsolete syntactic constant "_K" and its associated parse
-translation.  INCOMPATIBILITY -- use dummy abstraction instead, for
-example "A -> B" => "Pi A (%_. B)".
+* Provers/classical: removed obsolete classical version of elim_format
+attribute; classical elim/dest rules are now treated uniformly when
+manipulating the claset.
+
+* Syntax: input syntax now supports dummy variable binding "%_. b",
+where the body does not mention the bound variable.  Note that dummy
+patterns implicitly depend on their context of bounds, which makes
+"{_. _}" match any set comprehension as expected.  Potential
+INCOMPATIBILITY -- parse translations need to cope with syntactic
+constant "_idtdummy" in the binding position.
+
+* Syntax: removed obsolete syntactic constant "_K" and its associated
+parse translation.  INCOMPATIBILITY -- use dummy abstraction instead,
+for example "A -> B" => "Pi A (%_. B)".
 
 
 *** HOL ***