src/HOL/MicroJava/DFA/Abstract_BV.thy
author blanchet
Fri, 26 Feb 2010 18:38:23 +0100
changeset 35388 42d39948cace
parent 33954 1bc3b688548c
child 42150 b0c0638c4aad
permissions -rwxr-xr-x
use SAT4J for "Tests_Nits.thy" for safety (this should solve the Isatest failures) + minor changes

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