src/HOL/Lambda/ROOT.ML
author haftmann
Wed, 02 Apr 2008 15:58:40 +0200
changeset 26517 ef036a63f6e9
parent 25374 7657a081fcb4
child 26748 4d51ddd6aa5c
permissions -rw-r--r--
canonical meet_sort operation

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

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

no_document use_thys ["Accessible_Part", "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";