src/HOL/MicroJava/MicroJava.thy
author kuncar
Thu, 24 Jul 2014 20:21:59 +0200
changeset 57664 179b9c43fe84
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
having extra assumptions (typically from a context) means there is no chance to have a valid code equation => skip decoding and registration of the code equations

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