src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Tue, 29 Dec 2009 16:20:39 +0100
changeset 34205 f69cd974bc4e
parent 33954 1bc3b688548c
child 42150 b0c0638c4aad
permissions -rwxr-xr-x
explicit session HOL-Proofs -- avoid statefulness of main HOL image wrt. HOL_proofs etc.;

(*  Title:      HOL/MicroJava/BV/Semilat.thy
    Author:     Gerwin Klein
    Copyright   2003 TUM
*)

header {* Abstract Bytecode Verifier *}

(*<*)
theory Abstract_BV
imports Typing_Framework_err Kildall LBVCorrect LBVComplete
begin

end
(*>*)