src/HOL/MicroJava/MicroJava.thy
author blanchet
Fri, 19 Mar 2010 15:07:44 +0100
changeset 35866 513074557e06
parent 27680 5a557a5afc48
child 39918 7a1d8b9d17e7
permissions -rwxr-xr-x
move the Sledgehammer Isar commands together into one file; this will make easier to add options and reorganize them later

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