src/HOL/MicroJava/DFA/Abstract_BV.thy
author bulwahn
Mon, 22 Mar 2010 08:30:13 +0100
changeset 35880 2623b23e41fc
parent 33954 1bc3b688548c
child 42150 b0c0638c4aad
permissions -rwxr-xr-x
a new simpler random compilation for the predicate compiler

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