src/HOL/Lambda/ROOT.ML
author huffman
Mon, 28 May 2007 03:45:41 +0200
changeset 23112 2bc882fbe51c
parent 22100 33d7468302bb
child 24104 719fbe4fb77f
permissions -rw-r--r--
remove division_by_zero requirement from termdiffs lemmas; cleaned up some proofs

(*  Title:      HOL/Lambda/ROOT.ML
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   1998 TUM
*)

Syntax.ambiguity_level := 100;
proofs := 2;

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";