src/HOL/MicroJava/DFA/Abstract_BV.thy
author bulwahn
Mon, 14 Mar 2011 12:34:10 +0100
changeset 41963 d8c3b26b3da4
parent 33954 1bc3b688548c
child 42150 b0c0638c4aad
permissions -rw-r--r--
tuned exhaustive generator compilation; added narrowing generator compilation; removed exec as does not work properly here (reverting changeset 994d088fbfbc)

(*  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
(*>*)