src/HOL/MicroJava/MicroJava.thy
author haftmann
Mon, 21 Jan 2019 07:08:27 +0000
changeset 69708 1c201e4792cb
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
Local_Theory.reset only required for toplevel interaction, attempt to withhold it from user space

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