src/HOL/MicroJava/MicroJava.thy
author wenzelm
Sun, 08 Mar 2009 20:31:01 +0100
changeset 30366 e3d788b9dffb
parent 27680 5a557a5afc48
child 39918 7a1d8b9d17e7
permissions -rw-r--r--
simplified presentation: built into transaction, pass state directly;

theory MicroJava
imports
  "J/JTypeSafe"
  "J/Example"
  "J/JListExample"
  "JVM/JVMListExample"
  "JVM/JVMDefensive"
  "BV/LBVJVM"
  "BV/BVNoTypeError"
  "BV/BVExample"
  "Comp/CorrComp"
  "Comp/CorrCompTp"
begin

end