src/HOL/MicroJava/DFA/Abstract_BV.thy
author blanchet
Tue, 13 Jul 2021 10:57:15 +0200
changeset 73975 8d93f9ca6518
parent 62390 842917225d56
permissions -rw-r--r--
revisited ac28714b7478: more faithful preplaying with chained facts

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