src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Mon, 10 Apr 2017 13:30:55 +0200
changeset 65456 31e8a86971a8
parent 62390 842917225d56
permissions -rw-r--r--
explicit theory qualifier for session "HOL-Proofs": its theory name space overlaps with session "HOL", even for further imports;

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