wenzelm [Tue, 02 Sep 2008 23:52:51 +0200] rev 28101
made SML/NJ happy;
wenzelm [Tue, 02 Sep 2008 23:27:44 +0200] rev 28100
refined theorem dependency output: previous state needs to contain a theory (not empty toplevel);
new_thms_deps: explicity theory values;
wenzelm [Tue, 02 Sep 2008 22:41:36 +0200] rev 28099
* 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.
nipkow [Tue, 02 Sep 2008 22:37:20 +0200] rev 28098
Replaced Library/NatPair by Nat_Int_Bij.
wenzelm [Tue, 02 Sep 2008 22:20:27 +0200] rev 28097
added new_thms_deps (operates on global facts, some name_hint approximation);
theorem dependency output: Toplevel.add_hook, ProofGeneralPgip.new_thms_deps;
wenzelm [Tue, 02 Sep 2008 22:20:25 +0200] rev 28096
theorem dependency output: Toplevel.add_hook, ProofGeneralPgip.new_thms_deps;