src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Sat, 15 Jun 2024 21:59:31 +0200
changeset 80377 28dd9b91dfe5
parent 62390 842917225d56
permissions -rw-r--r--
more scalable compression, using Bytes.Builder.Stream;

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

section \<open>Abstract Bytecode Verifier\<close>

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

end
(*>*)