theory loader actions;
authorwenzelm
Mon, 09 Aug 1999 20:53:06 +0200
changeset 7196 c8d1002060e8
parent 7195 a38dc0c6b244
child 7197 3ddf4a55d765
theory loader actions;
NEWS
--- a/NEWS	Fri Aug 06 22:43:51 1999 +0200
+++ b/NEWS	Mon Aug 09 20:53:06 1999 +0200
@@ -196,6 +196,11 @@
 * refined token_translation interface; INCOMPATIBILITY: output length
 now of type real instead of int;
 
+* theory loader actions may be traced via new ThyInfo.add_hook
+interface (see src/Pure/Thy/thy_info.ML); example application: keep
+your own database of information attached to *whole* theories -- as
+opposed to intra-theory data slots offered via TheoryDataFun;
+
 
 
 New in Isabelle98-1 (October 1998)