src/HOL/MicroJava/MicroJava.thy
author blanchet
Thu, 12 May 2011 15:29:19 +0200
changeset 42755 4603154a3018
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
robustly detect how many type args were passed to the ATP, even if some of them were omitted

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