src/HOL/MicroJava/MicroJava.thy
author wenzelm
Wed, 01 Jan 2014 12:57:26 +0100
changeset 54893 4061ec8adb1c
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
avoid unicode text, which causes problems when recoding symbols (e.g. via UTF8-Isabelle in Isabelle/jEdit);

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