src/HOL/Lambda/ROOT.ML
author berghofe
Mon, 06 Aug 2007 16:05:25 +0200
changeset 24156 99e4722eceb1
parent 24104 719fbe4fb77f
child 24535 d458d44639fc
permissions -rw-r--r--
No document for Pretty_Int theory.

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

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

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