src/HOL/MicroJava/MicroJava.thy
author blanchet
Mon, 09 Feb 2009 12:31:36 +0100
changeset 29868 787349bb53e9
parent 27680 5a557a5afc48
child 39918 7a1d8b9d17e7
permissions -rw-r--r--
Reintroduced nitpick_ind_intro attribute. It looks like I need it nonetheless.

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