src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Thu, 16 Apr 2015 17:26:15 +0200
changeset 60100 2ce2e0358e91
parent 58886 8a6cac7c7247
child 61361 8b5f00202e1a
permissions -rw-r--r--
clarified document antiquotation: same check as in ML antiquotation;

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