src/HOL/MicroJava/MicroJava.thy
author bulwahn
Wed, 09 Nov 2011 11:34:55 +0100
changeset 45417 cae3ba9be892
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
removing deactivated timeout handling; catching compilation errors and only outputing an urgent message to enable parallel sucessful quickcheck compilations and runs to present their result

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