src/HOL/MicroJava/MicroJava.thy
author haftmann
Mon, 20 Jul 2009 08:31:12 +0200
changeset 32077 3698947146b2
parent 27680 5a557a5afc48
child 39918 7a1d8b9d17e7
permissions -rw-r--r--
closer relation of sets and complete lattices; corresponding consts, defs and syntax at similar places in theory text
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