| author | wenzelm |
| Wed, 06 Dec 2006 01:12:58 +0100 | |
| changeset 21676 | a45af03f6827 |
| parent 14090 | f24b2818c1e7 |
| child 22100 | 33d7468302bb |
| permissions | -rw-r--r-- |
(* Title: HOL/Lambda/ROOT.ML ID: $Id$ Author: Tobias Nipkow Copyright 1998 TUM *) Syntax.ambiguity_level := 100; proofs := 2; IsarOutput.modes := "no_brackets" :: !IsarOutput.modes; 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 use_thy "WeakNorm";