src/HOL/MicroJava/DFA/Abstract_BV.thy
author paulson <lp15@cam.ac.uk>
Thu, 02 Feb 2023 12:55:07 +0000
changeset 77179 6d2ca97a8f46
parent 62390 842917225d56
permissions -rw-r--r--
More of Manuel's material, and some changes

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