src/HOL/MicroJava/MicroJava.thy
author wenzelm
Fri, 07 Dec 2012 16:33:17 +0100
changeset 50423 027d405951c8
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
some support to recover from spurious crash -- this is Physics, not Mathematics;

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