src/HOL/MicroJava/MicroJava.thy
author blanchet
Wed, 18 Apr 2012 10:53:28 +0200
changeset 47531 7fe7c7419489
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
get rid of minor optimization that caused strange problems and was hard to debug (and apparently saved less than 100 ms on a 30 s run)

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