src/HOL/MicroJava/MicroJava.thy
author paulson <lp15@cam.ac.uk>
Tue, 06 Aug 2024 22:47:44 +0100
changeset 80653 b98f1057da0e
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
New library material; also fixed the spelling error powr_ge_pzero -> powr_ge_zero

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