src/HOL/MicroJava/MicroJava.thy
author paulson <lp15@cam.ac.uk>
Wed, 24 Apr 2024 20:56:26 +0100
changeset 80149 40a3fc07a587
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
More tidying of proofs
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