src/HOL/MicroJava/MicroJava.thy
author wenzelm
Tue, 09 Sep 2008 16:29:34 +0200
changeset 28177 8c0335bc9336
parent 27680 5a557a5afc48
child 39918 7a1d8b9d17e7
permissions -rw-r--r--
inherit group from running thread, or create a new one -- make it harder to re-use canceled groups; group is now non-optional; tuned signature; replaced low-level interrupts by group cancel operation; misc tuning;

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