* Result facts now refer to the *full* internal name;
authorwenzelm
Tue, 02 Sep 2008 20:07:51 +0200
changeset 28089 66ae1926482a
parent 28088 723735f2d73a
child 28090 29af3c712d2b
* Result facts now refer to the *full* internal name;
NEWS
--- a/NEWS	Tue Sep 02 20:04:26 2008 +0200
+++ b/NEWS	Tue Sep 02 20:07:51 2008 +0200
@@ -188,6 +188,10 @@
 user to underlying specification mechanisms; this enables precise
 tracking of source positions, for example.
 
+* Result facts (from PureThy.note_thms, ProofContext.note_thms,
+LocalTheory.note etc.) now refer to the *full* internal name, not the
+bstring as before.  INCOMPATIBILITY, not detected by ML type-checking!
+
 * 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,