src/HOL/Lambda/ROOT.ML
author wenzelm
Tue, 31 Mar 2009 22:23:33 +0200
changeset 30825 14d24e1fe594
parent 26748 4d51ddd6aa5c
child 33615 261abc2e3155
permissions -rw-r--r--
fixed header; misc simplification, use Conjunction.dest_conjunctions;

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

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

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