eliminated old-style sys_error/SYS_ERROR in favour of exception Fail -- after careful checking that there is no overlap with existing handling of that;
tuned some error messages;
(* 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
(*>*)