src/HOL/MicroJava/DFA/Abstract_BV.thy
author blanchet
Thu, 14 Apr 2011 11:24:05 +0200
changeset 42348 187354e22c7d
parent 42150 b0c0638c4aad
child 58886 8a6cac7c7247
permissions -rw-r--r--
improve on 0b05cc14c2cb: make sure that a literal variable "?foo" isn't accidentally renamed "?Q", which might be enough to confuse the new Skolemizer (cf. "Clausify.thy" example)

(*  Title:      HOL/MicroJava/DFA/Abstract_BV.thy
    Author:     Gerwin Klein
    Copyright   2003 TUM
*)

header {* Abstract Bytecode Verifier *}

(*<*)
theory Abstract_BV
imports Typing_Framework_err Kildall LBVCorrect LBVComplete
begin

end
(*>*)