src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Mon, 16 Jul 2012 15:57:21 +0200
changeset 48271 b28defd0b5a5
parent 42150 b0c0638c4aad
child 58886 8a6cac7c7247
permissions -rw-r--r--
replaced quicksort by mergesort, which might be a bit more efficient for key operations like Ord_List.make, Sorts.minimize_sort;

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