no timing;
authorwenzelm
Wed, 06 Dec 2006 01:12:58 +0100
changeset 21676 a45af03f6827
parent 21675 38f6cb45ce24
child 21677 8ce2e9ef0bd2
no timing;
src/HOL/Lambda/ROOT.ML
--- a/src/HOL/Lambda/ROOT.ML	Wed Dec 06 01:12:57 2006 +0100
+++ b/src/HOL/Lambda/ROOT.ML	Wed Dec 06 01:12:58 2006 +0100
@@ -8,10 +8,9 @@
 proofs := 2;
 IsarOutput.modes := "no_brackets" :: !IsarOutput.modes;
 
-set timing;
-time_use_thy "Eta";
-no_document time_use_thy "Accessible_Part";
-time_use_thy "StrongNorm";
+use_thy "Eta";
+no_document use_thy "Accessible_Part";
+use_thy "StrongNorm";
 if HOL_proofs < 2 then
   warning "HOL proof terms required for running theory WeakNorm"
-else time_use_thy "WeakNorm";
+else use_thy "WeakNorm";