equal
deleted
inserted
replaced
1 (* Title: HOL/MiniML/ROOT.ML |
1 (* Title: HOL/MiniML/ROOT.ML |
2 ID: $Id$ |
2 ID: $Id$ |
3 Author: Tobias Nipkow |
3 Author: Tobias Nipkow |
4 Copyright 1995 TUM |
4 Copyright 1995 TUM |
5 |
5 |
6 Type inference for let-free MiniML |
6 Type inference for let-free MiniML |
7 *) |
7 *) |
8 |
8 |
9 HOL_build_completed; (*Make examples fail if HOL did*) |
9 HOL_build_completed; (*Make examples fail if HOL did*) |
10 |
10 |
11 writeln"Root file for HOL/MiniML"; |
11 writeln"Root file for HOL/MiniML"; |
12 Unify.trace_bound := 20; |
12 Unify.trace_bound := 20; |
13 |
13 |
14 AddSEs [less_SucE]; |
14 AddSEs [less_SucE]; |