src/HOL/MiniML/ROOT.ML
author paulson
Mon, 23 Sep 1996 17:42:56 +0200
changeset 2003 b48f066d52dc
parent 1925 1150f128c7fe
child 2031 03a843f0f447
permissions -rw-r--r--
Addition of gensym

(*  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";