src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Wed, 05 Apr 2017 22:00:44 +0200
changeset 65392 f365f61f2081
parent 62390 842917225d56
permissions -rw-r--r--
uniform import_name, with treatment of global and qualified theories;

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

section \<open>Abstract Bytecode Verifier\<close>

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

end
(*>*)