src/HOL/MicroJava/MicroJava.thy
author blanchet
Thu, 26 Aug 2010 14:58:45 +0200
changeset 38819 71c9f61516cd
parent 27680 5a557a5afc48
child 39918 7a1d8b9d17e7
permissions -rwxr-xr-x
if the goal contains no constants or frees, fall back on chained facts, then on local facts, etc., instead of generating a trivial ATP problem

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