src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Wed, 12 Dec 2012 23:36:07 +0100
changeset 50499 f496b2b7bafb
parent 42150 b0c0638c4aad
child 58886 8a6cac7c7247
permissions -rw-r--r--
rendering of selected dialog_result as active_result_color, depending on dynamic command status in output panel, but not static popups etc.;

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