src/HOL/MicroJava/DFA/Abstract_BV.thy
author haftmann
Mon, 04 Jul 2016 19:46:19 +0200
changeset 63374 1a474286f315
parent 62390 842917225d56
permissions -rw-r--r--
dedicated locale for total bijections

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