src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Wed, 24 Feb 2021 18:54:53 +0100
changeset 73299 43ce3b8a25ee
parent 62390 842917225d56
permissions -rw-r--r--
proper "latest" tag, otherwise the default pull command from https://hub.docker.com/r/makarius/isabelle won't work;

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