src/HOL/MiniML/ROOT.ML
author schirmer
Thu, 06 Nov 2003 20:45:02 +0100
changeset 14255 e6e3e3f0deed
parent 9000 c20d58286a51
permissions -rw-r--r--
Records: - Record types are now by default printed with their type abbreviation instead of the list of all field types. This can be configured via the reference "print_record_type_abbr". - Simproc "record_upd_simproc" for simplification of multiple updates added (not enabled by default). - Tactic "record_split_simp_tac" to split and simplify records added. - Bug-fix and optimisation of "record_simproc". - "record_simproc" and "record_upd_simproc" are now sensitive to quick_and_dirty flag.
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
2525
477c05586286 The new version of MiniML including "let".
nipkow
parents: 2031
diff changeset
     9
time_use_thy "W";