src/HOL/MiniML/ROOT.ML
author paulson
Mon, 07 Oct 1996 10:34:58 +0200
changeset 2058 ff04984186e9
parent 2031 03a843f0f447
child 2525 477c05586286
permissions -rw-r--r--
Tidied up some proofs

(*  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";
Unify.trace_bound := 20;

AddSEs [less_SucE];

time_use_thy "I";