src/HOL/MicroJava/MicroJava.thy
author wenzelm
Sat, 26 Jun 2010 21:26:35 +0200
changeset 37555 d57d0f581d38
parent 27680 5a557a5afc48
child 39918 7a1d8b9d17e7
permissions -rwxr-xr-x
simplified text_area_painter, with more precise treatment of visible line end;

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