src/HOL/MicroJava/MicroJava.thy
author wenzelm
Sun, 10 Mar 2024 18:01:14 +0100
changeset 79852 15948836fa90
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
more robust init_built: get_build_id and start_build within the same transaction;

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