# HG changeset patch # User wenzelm # Date 1165363978 -3600 # Node ID a45af03f6827bde107c9bdaa99e67b95906edb15 # Parent 38f6cb45ce2453475dd15e719ccfba251954bef7 no timing; diff -r 38f6cb45ce24 -r a45af03f6827 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";