* Generic Toplevel.add_hook interface allows to analyze the result of
authorwenzelm
Tue, 02 Sep 2008 22:41:36 +0200
changeset 28099fb16a07d6580
parent 28098 c92850d2d16c
child 28100 7650d5e0f8fb
* Generic Toplevel.add_hook interface allows to analyze the result of
transactions (including failed ones). For example, see
src/Pure/ProofGeneral/proof_general_pgip.ML for theorem dependency
output of transactions resulting in a new theory state.
NEWS
     1.1 --- a/NEWS	Tue Sep 02 22:37:20 2008 +0200
     1.2 +++ b/NEWS	Tue Sep 02 22:41:36 2008 +0200
     1.3 @@ -180,6 +180,11 @@
     1.4  
     1.5  *** ML ***
     1.6  
     1.7 +* Generic Toplevel.add_hook interface allows to analyze the result of
     1.8 +transactions (including failed ones).  For example, see
     1.9 +src/Pure/ProofGeneral/proof_general_pgip.ML for theorem dependency
    1.10 +output of transactions resulting in a new theory state.
    1.11 +
    1.12  * Name bindings in higher specification mechanisms (notably
    1.13  LocalTheory.define, LocalTheory.note, and derived packages) are now
    1.14  formalized as type Name.binding, replacing old bstring.