src/HOL/MicroJava/MicroJava.thy
author blanchet
Fri, 26 Feb 2010 18:38:23 +0100
changeset 35388 42d39948cace
parent 27680 5a557a5afc48
child 39918 7a1d8b9d17e7
permissions -rwxr-xr-x
use SAT4J for "Tests_Nits.thy" for safety (this should solve the Isatest failures) + minor changes

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