src/HOL/MicroJava/DFA/Abstract_BV.thy
author hoelzl
Tue, 27 Nov 2012 10:56:31 +0100
changeset 50240 019d642d422d
parent 42150 b0c0638c4aad
child 58886 8a6cac7c7247
permissions -rw-r--r--
add upper bounds for factorial and binomial; add equation for binomial using nat-division (both from AFP/Girth_Chromatic)

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

header {* Abstract Bytecode Verifier *}

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

end
(*>*)