src/HOL/Lambda/ROOT.ML
author wenzelm
Tue, 31 Jul 2007 22:21:20 +0200
changeset 24104 719fbe4fb77f
parent 22100 33d7468302bb
child 24156 99e4722eceb1
permissions -rw-r--r--
simultaneous use_thys;

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

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

no_document use_thy "Accessible_Part";
use_thys ["Eta", "StrongNorm"];
if HOL_proofs < 2 then
  warning "HOL proof terms required for running theory WeakNorm"
else use_thy "WeakNorm";