src/HOL/MiniML/ROOT.ML
author nipkow
Wed, 25 Oct 1995 09:46:46 +0100
changeset 1300 c7a8f374339b
child 1351 4a960c012383
permissions -rw-r--r--
New theory: type inference for let-free MiniML

(*  Title: 	HOL/MiniML/ROOT.ML
    ID:         $Id$
    Author: 	Tobias Nipkow
    Copyright   1995 TUM

Type inference for let-free MiniML
*)

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

writeln"Root file for HOL/MiniML";
loadpath := [".","MiniML"];
Unify.trace_bound := 20;

time_use_thy "I";

make_chart ();   (*make HTML chart*)