src/HOL/MicroJava/MicroJava.thy
author wenzelm
Fri, 19 Aug 2011 13:32:27 +0200
changeset 44296 0c4411e2fc90
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
more robust use of set_exn_serial, which is based on PolyML.raiseWithLocation internally;

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