src/HOL/MicroJava/MicroJava.thy
author haftmann
Tue, 11 May 2010 08:29:42 +0200
changeset 36808 cbeb3484fa07
parent 27680 5a557a5afc48
child 39918 7a1d8b9d17e7
permissions -rwxr-xr-x
theorem Presburger.int_induct has been renamed to Int.int_bidirectional_induct

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