src/HOL/MicroJava/DFA/Abstract_BV.thy
author bulwahn
Wed, 09 Nov 2011 11:34:55 +0100
changeset 45417 cae3ba9be892
parent 42150 b0c0638c4aad
child 58886 8a6cac7c7247
permissions -rw-r--r--
removing deactivated timeout handling; catching compilation errors and only outputing an urgent message to enable parallel sucessful quickcheck compilations and runs to present their result

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

header {* Abstract Bytecode Verifier *}

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

end
(*>*)