src/HOL/MicroJava/MicroJava.thy
author krauss
Sun, 21 Aug 2011 22:13:04 +0200
changeset 44367 74c08021ab2e
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
changed constant names and notation to match HOL/Subst/*.thy, from which this theory is a clone.

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