src/HOL/MicroJava/MicroJava.thy
author bulwahn
Wed, 10 Oct 2012 10:48:55 +0200
changeset 49768 3ecfba7e731d
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
adding necessary syntactic functions in set_comprehension_pointfree simproc as a first step to integrate an improved simproc

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