src/HOL/Lambda/ROOT.ML
author nipkow
Thu, 06 Aug 1998 10:33:54 +0200
changeset 5261 ce3c25c8a694
parent 1465 5d7a7e439cec
child 6216 05d99c0bbfa0
permissions -rw-r--r--
First steps towards termination of simply typed terms.

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

HOL_build_completed;    (*Make examples fail if HOL did*)

writeln"Root file for HOL/Lambda";

time_use_thy "Eta";
loadpath := [".","../Induct"];
time_use_thy "InductTermi";