src/HOL/MicroJava/MicroJava.thy
author blanchet
Wed, 12 Dec 2012 00:24:06 +0100
changeset 50484 8ec31bdb9d36
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
adopt the neutral "prover" terminology for MaSh rather than the ambiguous/wrong ATP terminology (which sometimes excludes SMT solvers)

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