src/HOL/MicroJava/MicroJava.thy
author wenzelm
Sat, 14 Apr 2012 19:09:34 +0200
changeset 47471 d6a1b5aeb4b1
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
use official TextArea.isCaretVisible and thus follow the "blink" flag; updated jedit_build component;

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