| author | wenzelm | 
| Sat, 07 Jul 2007 00:14:56 +0200 | |
| changeset 23615 | 40ab945ef5ff | 
| parent 22100 | 33d7468302bb | 
| child 24104 | 719fbe4fb77f | 
| permissions | -rw-r--r-- | 
| 1465 | 1 | (* Title: HOL/Lambda/ROOT.ML | 
| 1126 | 2 | ID: $Id$ | 
| 1465 | 3 | Author: Tobias Nipkow | 
| 5261 
ce3c25c8a694
First steps towards termination of simply typed terms.
 nipkow parents: 
1465diff
changeset | 4 | Copyright 1998 TUM | 
| 1126 | 5 | *) | 
| 6 | ||
| 11943 | 7 | Syntax.ambiguity_level := 100; | 
| 14067 | 8 | proofs := 2; | 
| 11943 | 9 | |
| 21676 | 10 | use_thy "Eta"; | 
| 11 | no_document use_thy "Accessible_Part"; | |
| 12 | use_thy "StrongNorm"; | |
| 14090 
f24b2818c1e7
Added check for HOL_proofs: Theory WeakNorm is skipped if HOL image has been
 berghofe parents: 
14067diff
changeset | 13 | if HOL_proofs < 2 then | 
| 
f24b2818c1e7
Added check for HOL_proofs: Theory WeakNorm is skipped if HOL image has been
 berghofe parents: 
14067diff
changeset | 14 | warning "HOL proof terms required for running theory WeakNorm" | 
| 21676 | 15 | else use_thy "WeakNorm"; |