src/HOL/MicroJava/MicroJava.thy
author huffman
Fri, 05 Mar 2010 14:50:37 -0800
changeset 35597 e4331b99b03f
parent 27680 5a557a5afc48
child 39918 7a1d8b9d17e7
permissions -rwxr-xr-x
introduce notion of 'decisive' deflations; use them to simplify proof script for rule 'finites'

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