src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Wed, 29 Dec 2010 13:51:17 +0100
changeset 41412 35f30e07fe0d
parent 33954 1bc3b688548c
child 42150 b0c0638c4aad
permissions -rw-r--r--
check_file: secondary load path is legacy feature;

(*  Title:      HOL/MicroJava/BV/Semilat.thy
    Author:     Gerwin Klein
    Copyright   2003 TUM
*)

header {* Abstract Bytecode Verifier *}

(*<*)
theory Abstract_BV
imports Typing_Framework_err Kildall LBVCorrect LBVComplete
begin

end
(*>*)