* Rules and tactics that read instantiations now demand a proper context;
authorwenzelm
Mon, 16 Jun 2008 22:20:59 +0200
changeset 27246 df85326af57c
parent 27245 817d34377170
child 27247 e5787c5be196
* Rules and tactics that read instantiations now demand a proper context;
NEWS
--- a/NEWS	Mon Jun 16 22:13:54 2008 +0200
+++ b/NEWS	Mon Jun 16 22:20:59 2008 +0200
@@ -53,6 +53,15 @@
 theorems.  Changes in simp rules.  INCOMPATIBILITY.
 
 
+*** ML ***
+
+* Rules and tactics that read instantiations (read_instantiate,
+res_inst_tac, thin_tac, subgoal_tac etc.) now demand a proper proof
+context, which is required for parsing and type-checking.  Moreover,
+the variables are specified as plain indexnames, not string encodings
+thereof.  INCOMPATIBILITY.
+
+
 
 New in Isabelle2008 (June 2008)
 -------------------------------