src/HOL/MiniML/ROOT.ML
author berghofe
Wed, 21 Oct 1998 17:46:00 +0200
changeset 5716 a3d2a6b6693e
parent 2525 477c05586286
child 6349 f7750d816c21
permissions -rw-r--r--
Changed syntax of rep_datatype and inductive: Theorems are no longer specified by a string of ML type "thm list" but by a comma-separated list of identifiers, which are looked up in the theory.
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";