src/HOL/MicroJava/DFA/Abstract_BV.thy
author haftmann
Wed, 17 Feb 2016 21:51:56 +0100
changeset 62345 e66d7841d5a2
parent 61361 8b5f00202e1a
child 62390 842917225d56
permissions -rw-r--r--
further generalization and polishing

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