author | berghofe |
Tue, 24 Jun 2003 10:39:46 +0200 | |
changeset 14067 | 3cc65d66fa12 |
parent 14066 | fe45b97b62ea |
child 14068 | d743b3b8f06e |
--- a/src/HOL/Lambda/ROOT.ML Tue Jun 24 10:39:14 2003 +0200 +++ b/src/HOL/Lambda/ROOT.ML Tue Jun 24 10:39:46 2003 +0200 @@ -5,8 +5,11 @@ *) Syntax.ambiguity_level := 100; +proofs := 2; +IsarOutput.modes := "no_brackets" :: !IsarOutput.modes; set timing; time_use_thy "Eta"; no_document time_use_thy "Accessible_Part"; -time_use_thy "Type"; +time_use_thy "StrongNorm"; +time_use_thy "WeakNorm";