src/HOL/MicroJava/MicroJava.thy
author blanchet
Thu, 16 Dec 2010 15:12:17 +0100
changeset 41208 1b28c43a7074
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
make "debug" imply "blocking", since in blocking mode the exceptions flow through and are more instructive

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