src/HOL/MicroJava/MicroJava.thy
author hoelzl
Thu, 12 Nov 2009 17:21:43 +0100
changeset 33638 548a34929e98
parent 27680 5a557a5afc48
child 39918 7a1d8b9d17e7
permissions -rw-r--r--
Renamed upd_snd_conv to apsnd_conv to be consistent with apfst_conv; Added apsnd_apfst_commute
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
27680
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
     1
theory MicroJava
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
     2
imports
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
     3
  "J/JTypeSafe"
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
     4
  "J/Example"
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
     5
  "J/JListExample"
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
     6
  "JVM/JVMListExample"
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
     7
  "JVM/JVMDefensive"
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
     8
  "BV/LBVJVM"
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
     9
  "BV/BVNoTypeError"
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
    10
  "BV/BVExample"
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
    11
  "Comp/CorrComp"
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
    12
  "Comp/CorrCompTp"
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
    13
begin
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
    14
5a557a5afc48 added explicit root theory; some tuning
haftmann
parents:
diff changeset
    15
end