src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Sat, 15 Jan 2011 17:32:07 +0100
changeset 41578 f5e7f6712815
parent 33954 1bc3b688548c
child 42150 b0c0638c4aad
permissions -rw-r--r--
recovered printing of record updates over compound terms, e.g. "(|x = a|)(|x := b|)", which was apparently broken in 45a2ffc5911e; tuned;

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