src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Mon, 15 Jun 2015 17:29:43 +0200
changeset 60490 9b28f446d9c5
parent 58886 8a6cac7c7247
child 61361 8b5f00202e1a
permissions -rw-r--r--
more informative check: dummies are always allowed parse_term and should not lead to rejection here;

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

section {* Abstract Bytecode Verifier *}

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

end
(*>*)