src/HOL/MicroJava/DFA/Abstract_BV.thy
author paulson <lp15@cam.ac.uk>
Tue, 07 Feb 2023 14:10:08 +0000
changeset 77221 0cdb384bf56a
parent 62390 842917225d56
permissions -rw-r--r--
More new theorems from the number theory development

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