src/HOL/MicroJava/MicroJava.thy
author haftmann
Thu, 11 Oct 2012 11:56:42 +0200
changeset 49822 0cfc1651be25
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
simplified construction of fold combinator on multisets; more coherent name for fold combinator on multisets

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