* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
authorwenzelm
Thu, 08 Nov 2001 23:52:56 +0100
changeset 12106 4a8558dbb6a0
parent 12105 1e4451999200
child 12107 16435c4e083f
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac, etc.) now consider the syntactic context of assumptions, giving a better chance to get type-inference of the arguments right (this is especially important for locales); * system: refrain from any attempt at filtering input streams; no longer support ``8bit'' encoding of old isabelle font, instead proper iso-latin characters may now be used;
NEWS
--- a/NEWS	Thu Nov 08 23:50:08 2001 +0100
+++ b/NEWS	Thu Nov 08 23:52:56 2001 +0100
@@ -89,6 +89,11 @@
 application: 'induct' method with proper rule statements in improper
 proof *scripts*;
 
+* Pure: emulation of instantiation tactics (rule_tac, cut_tac, etc.)
+now consider the syntactic context of assumptions, giving a better
+chance to get type-inference of the arguments right (this is
+especially important for locales);
+
 * Provers: 'simplified' attribute may refer to explicit rules instead
 of full simplifier context; 'iff' attribute handles conditional rules;
 
@@ -214,6 +219,10 @@
 * syntax: builtin parse translation for "_constify" turns valued
 tokens into AST constants;
 
+* system: refrain from any attempt at filtering input streams; no
+longer support ``8bit'' encoding of old isabelle font, instead proper
+iso-latin characters may now be used;
+
 * system: support Poly/ML 4.1.1 (now able to manage large heaps);
 
 * system: Proof General keywords specification is now part of the