author | paulson |
Mon, 23 Sep 1996 17:42:56 +0200 | |
changeset 2003 | b48f066d52dc |
parent 1925 | 1150f128c7fe |
child 2031 | 03a843f0f447 |
permissions | -rw-r--r-- |
1300 | 1 |
(* Title: HOL/MiniML/ROOT.ML |
2 |
ID: $Id$ |
|
3 |
Author: Tobias Nipkow |
|
4 |
Copyright 1995 TUM |
|
5 |
||
6 |
Type inference for let-free MiniML |
|
7 |
*) |
|
8 |
||
9 |
HOL_build_completed; (*Make examples fail if HOL did*) |
|
10 |
||
11 |
writeln"Root file for HOL/MiniML"; |
|
12 |
Unify.trace_bound := 20; |
|
13 |
||
1925 | 14 |
AddSEs [less_SucE]; |
15 |
||
1300 | 16 |
time_use_thy "I"; |