src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Thu, 06 Aug 2015 11:46:47 +0200
changeset 60852 1c51a2ca8204
parent 58886 8a6cac7c7247
child 61361 8b5f00202e1a
permissions -rw-r--r--
clarified signature, to make debugger.ML compile with current official ML versions;

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