src/HOL/MicroJava/DFA/Abstract_BV.thy
author haftmann
Thu, 29 Dec 2011 14:23:40 +0100
changeset 46036 6a86cc88b02f
parent 42150 b0c0638c4aad
child 58886 8a6cac7c7247
permissions -rw-r--r--
fundamental theorems on Set.bind

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