src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Sat, 26 Jun 2010 21:26:35 +0200
changeset 37555 d57d0f581d38
parent 33954 1bc3b688548c
child 42150 b0c0638c4aad
permissions -rwxr-xr-x
simplified text_area_painter, with more precise treatment of visible line end;

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