| author | paulson | 
| Thu, 15 Jul 1999 10:34:00 +0200 | |
| changeset 7009 | d6a721e7125d | 
| parent 6349 | f7750d816c21 | 
| child 9000 | c20d58286a51 | 
| permissions | -rw-r--r-- | 
| 2520 | 1 | (* Title: HOL/W0/ROOT.ML | 
| 2518 
bee082efaa46
This is the old version og MiniML for the monomorphic case.
 nipkow parents: diff
changeset | 2 | ID: $Id$ | 
| 
bee082efaa46
This is the old version og MiniML for the monomorphic case.
 nipkow parents: diff
changeset | 3 | Author: Tobias Nipkow | 
| 
bee082efaa46
This is the old version og MiniML for the monomorphic case.
 nipkow parents: diff
changeset | 4 | Copyright 1995 TUM | 
| 
bee082efaa46
This is the old version og MiniML for the monomorphic case.
 nipkow parents: diff
changeset | 5 | |
| 
bee082efaa46
This is the old version og MiniML for the monomorphic case.
 nipkow parents: diff
changeset | 6 | Type inference for let-free MiniML | 
| 
bee082efaa46
This is the old version og MiniML for the monomorphic case.
 nipkow parents: diff
changeset | 7 | *) | 
| 
bee082efaa46
This is the old version og MiniML for the monomorphic case.
 nipkow parents: diff
changeset | 8 | |
| 6349 
f7750d816c21
removed foo_build_completed -- now handled by session management (via usedir);
 wenzelm parents: 
3386diff
changeset | 9 | writeln"Root file for HOL/W0"; | 
| 2518 
bee082efaa46
This is the old version og MiniML for the monomorphic case.
 nipkow parents: diff
changeset | 10 | |
| 
bee082efaa46
This is the old version og MiniML for the monomorphic case.
 nipkow parents: diff
changeset | 11 | Unify.trace_bound := 20; | 
| 
bee082efaa46
This is the old version og MiniML for the monomorphic case.
 nipkow parents: diff
changeset | 12 | |
| 
bee082efaa46
This is the old version og MiniML for the monomorphic case.
 nipkow parents: diff
changeset | 13 | AddSEs [less_SucE]; | 
| 
bee082efaa46
This is the old version og MiniML for the monomorphic case.
 nipkow parents: diff
changeset | 14 | |
| 
bee082efaa46
This is the old version og MiniML for the monomorphic case.
 nipkow parents: diff
changeset | 15 | time_use_thy "I"; |