src/HOL/MicroJava/DFA/Abstract_BV.thy
author wenzelm
Tue, 22 Sep 2015 14:32:23 +0200
changeset 61246 077b88f9ec16
parent 58886 8a6cac7c7247
child 61361 8b5f00202e1a
permissions -rw-r--r--
HOL typedef with explicit dependency checks according to Ondrey Kuncar, 07-Jul-2015, 16-Jul-2015, 30-Jul-2015; defs.ML: track dependencies also for type constructors; typedef.ML: add type defined by typedef to dependencies, Abs and Rep now depend on the type; Pure types and typedecls are final -- no dependencies;

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

section {* Abstract Bytecode Verifier *}

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

end
(*>*)