src/HOL/MicroJava/DFA/Semilattices.thy
author blanchet
Wed, 13 Jul 2011 22:16:19 +0200
changeset 43811 402e1a0d93d9
parent 42150 b0c0638c4aad
child 58886 8a6cac7c7247
permissions -rw-r--r--
better temp name creation for Nitrox -- still very hackish though, but should get us through CASC-23 and CASC-J6

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

header {* Semilattices *}

(*<*)
theory Semilattices
imports Err Opt Product Listn
begin

end
(*>*)