src/HOL/MicroJava/MicroJava.thy
author blanchet
Fri, 10 Jan 2014 09:48:11 +0100
changeset 54959 30ded82ff806
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
fixed 'disc_iff' tactic in the case where different equations use different variable names for the function arguments

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