src/HOL/MiniML/ROOT.ML
author berghofe
Fri, 24 Jul 1998 13:19:38 +0200
changeset 5184 9b8547a9496a
parent 2525 477c05586286
child 6349 f7750d816c21
permissions -rw-r--r--
Adapted to new datatype package.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2031
03a843f0f447 Ran expandshort
paulson
parents: 1925
diff changeset
     1
(*  Title:      HOL/MiniML/ROOT.ML
1300
c7a8f374339b New theory: type inference for let-free MiniML
nipkow
parents:
diff changeset
     2
    ID:         $Id$
2525
477c05586286 The new version of MiniML including "let".
nipkow
parents: 2031
diff changeset
     3
    Author:     Wolfgang Naraschewski and Tobias Nipkow
1300
c7a8f374339b New theory: type inference for let-free MiniML
nipkow
parents:
diff changeset
     4
    Copyright   1995 TUM
c7a8f374339b New theory: type inference for let-free MiniML
nipkow
parents:
diff changeset
     5
2525
477c05586286 The new version of MiniML including "let".
nipkow
parents: 2031
diff changeset
     6
Type inference for MiniML
1300
c7a8f374339b New theory: type inference for let-free MiniML
nipkow
parents:
diff changeset
     7
*)
c7a8f374339b New theory: type inference for let-free MiniML
nipkow
parents:
diff changeset
     8
2031
03a843f0f447 Ran expandshort
paulson
parents: 1925
diff changeset
     9
HOL_build_completed;    (*Make examples fail if HOL did*)
1300
c7a8f374339b New theory: type inference for let-free MiniML
nipkow
parents:
diff changeset
    10
c7a8f374339b New theory: type inference for let-free MiniML
nipkow
parents:
diff changeset
    11
writeln"Root file for HOL/MiniML";
c7a8f374339b New theory: type inference for let-free MiniML
nipkow
parents:
diff changeset
    12
2525
477c05586286 The new version of MiniML including "let".
nipkow
parents: 2031
diff changeset
    13
time_use_thy "W";