src/HOL/MicroJava/MicroJava.thy
author blanchet
Wed, 02 Jun 2010 15:18:48 +0200
changeset 37321 9d7cfae95b30
parent 27680 5a557a5afc48
child 39918 7a1d8b9d17e7
permissions -rwxr-xr-x
honor "xsymbols"
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