src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Wed, 03 Nov 2010 10:48:55 +0100
changeset 40314 b5ec88d9ac03
parent 33954 1bc3b688548c
child 42150 b0c0638c4aad
permissions -rwxr-xr-x
replaced ancient sys_error by raise Fail, assuming that the latter is not handled specifically by the environment;

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