src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Wed, 11 Aug 2010 00:46:07 +0200
changeset 38271 36187e8443dd
parent 33954 1bc3b688548c
child 42150 b0c0638c4aad
permissions -rwxr-xr-x
Isar_Document command input via native Isabelle_Process commands, using YXML and XML_Data representation;

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