| author | wenzelm |
| Tue, 31 Jul 2007 22:21:20 +0200 | |
| changeset 24104 | 719fbe4fb77f |
| parent 22100 | 33d7468302bb |
| child 24156 | 99e4722eceb1 |
| 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:
1465
diff
changeset
|
4 |
Copyright 1998 TUM |
| 1126 | 5 |
*) |
6 |
||
| 11943 | 7 |
Syntax.ambiguity_level := 100; |
| 14067 | 8 |
proofs := 2; |
| 11943 | 9 |
|
| 21676 | 10 |
no_document use_thy "Accessible_Part"; |
| 24104 | 11 |
use_thys ["Eta", "StrongNorm"]; |
|
14090
f24b2818c1e7
Added check for HOL_proofs: Theory WeakNorm is skipped if HOL image has been
berghofe
parents:
14067
diff
changeset
|
12 |
if HOL_proofs < 2 then |
|
f24b2818c1e7
Added check for HOL_proofs: Theory WeakNorm is skipped if HOL image has been
berghofe
parents:
14067
diff
changeset
|
13 |
warning "HOL proof terms required for running theory WeakNorm" |
| 21676 | 14 |
else use_thy "WeakNorm"; |