src/HOL/MicroJava/MicroJava.thy
author haftmann
Sat, 05 Jul 2014 11:01:53 +0200
changeset 57514 bdc2c6b40bf2
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
prefer ac_simps collections over separate name bindings for add and mult
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
39918
7a1d8b9d17e7 tuned whitespace
haftmann
parents: 27680
diff changeset
    15
end