src/HOL/MicroJava/MicroJava.thy
author wenzelm
Fri, 23 Aug 2013 19:53:27 +0200
changeset 53169 e2d31807cbf6
parent 39918 7a1d8b9d17e7
permissions -rw-r--r--
clarified type ML_Context.antiq: context parser maintains compilation context, declaration is applied to final context; subtle change of semantics of ML_Context.add_antiq: need to avoid accidental update of context due to concrete syntax parser (cf. Scan.pass);

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