src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Tue, 26 Oct 2021 22:26:47 +0200
changeset 74596 55d4f8e1877f
parent 62390 842917225d56
permissions -rw-r--r--
tuned, continuing e955964d89cb;

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