src/HOL/MicroJava/MicroJava.thy
author bulwahn
Fri, 08 Apr 2011 16:31:14 +0200
changeset 42312 5bf3b9612e43
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
ensuring datatype limitations before the instantiation in quickcheck_exhaustive

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