src/HOL/MicroJava/MicroJava.thy
author wenzelm
Tue, 08 Jun 2010 17:45:39 +0200
changeset 37367 8680677265c9
parent 27680 5a557a5afc48
child 39918 7a1d8b9d17e7
permissions -rwxr-xr-x
clarified font_family vs. font_family_default; install_fonts: refrain from any magic that does not really work on Mac OS, but introduces strange problems on other platforms;

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