src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Tue, 01 May 2018 20:40:27 +0200
changeset 68061 81d90f830f99
parent 62390 842917225d56
permissions -rw-r--r--
clarified theory location and imports: avoid surprises due to Pure instead of Main (e.g. simpset operations); tuned headers;

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