| author | berghofe |
| Thu, 06 Sep 2007 11:41:04 +0200 | |
| changeset 24535 | d458d44639fc |
| parent 24156 | 99e4722eceb1 |
| child 24994 | c385c4eabb3b |
| permissions | -rw-r--r-- |
(* Title: HOL/Lambda/ROOT.ML ID: $Id$ Author: Tobias Nipkow Copyright 1998 TUM *) Syntax.ambiguity_level := 100; proofs := 2; no_document use_thys ["Accessible_Part", "Pretty_Int"]; use_thys ["Eta", "StrongNorm", "Standardization"]; if HOL_proofs < 2 then warning "HOL proof terms required for running theory WeakNorm" else use_thy "WeakNorm";