src/HOL/MicroJava/MicroJava.thy
author wenzelm
Tue, 01 May 2018 20:40:27 +0200
changeset 68061 81d90f830f99
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
clarified theory location and imports: avoid surprises due to Pure instead of Main (e.g. simpset operations); tuned headers;

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