src/HOL/MicroJava/MicroJava.thy
author wenzelm
Fri, 17 Dec 2010 18:10:37 +0100
changeset 41249 26f12f98f50a
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
Command 'type_synonym' (with single argument) supersedes 'types' (legacy feature);

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