src/HOL/MicroJava/DFA/Abstract_BV.thy
author hoelzl
Tue, 29 Mar 2011 14:27:42 +0200
changeset 42148 d596e7bb251f
parent 33954 1bc3b688548c
child 42150 b0c0638c4aad
permissions -rw-r--r--
rename Probability_Space to Probability_Measure

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

header {* Abstract Bytecode Verifier *}

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

end
(*>*)