src/HOL/MicroJava/DFA/Abstract_BV.thy
author blanchet
Fri, 14 Mar 2014 11:05:44 +0100
changeset 56126 fc937e7ef4c6
parent 42150 b0c0638c4aad
child 58886 8a6cac7c7247
permissions -rw-r--r--
more simplification of trivial steps

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

header {* Abstract Bytecode Verifier *}

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

end
(*>*)