isolate change of Proofterm.proofs in TPTP.thy from rest of session;
qualified Proofterm.proofs to facilitate grepping;
--- a/src/HOL/ex/ROOT.ML Wed Mar 23 20:51:36 2011 +0100
+++ b/src/HOL/ex/ROOT.ML Wed Mar 23 20:57:37 2011 +0100
@@ -73,10 +73,12 @@
"Quicksort",
"Birthday_Paradoxon",
"List_to_Set_Comprehension_Examples",
- "Set_Algebras",
- "TPTP"
+ "Set_Algebras"
];
+Unsynchronized.setmp Proofterm.proofs (! Proofterm.proofs)
+ use_thy "TPTP";
+
if getenv "ISABELLE_GHC" = "" then ()
else use_thy "Quickcheck_Narrowing_Examples";
--- a/src/HOL/ex/TPTP.thy Wed Mar 23 20:51:36 2011 +0100
+++ b/src/HOL/ex/TPTP.thy Wed Mar 23 20:57:37 2011 +0100
@@ -14,7 +14,7 @@
declare [[smt_oracle]]
-ML {* proofs := 0 *}
+ML {* Proofterm.proofs := 0 *}
ML {*
fun SOLVE_TIMEOUT seconds name tac st =