src/HOL/MicroJava/DFA/Semilattices.thy
author blanchet
Tue, 19 Apr 2011 14:38:38 +0200
changeset 42418 508acf776ebf
parent 42150 b0c0638c4aad
child 58886 8a6cac7c7247
permissions -rw-r--r--
avoid relying on "Thm.definitionK" to pick up definitions -- this was an old hack related to locales (to avoid expanding locale constants to their low-level definition) that is no longer necessary

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

header {* Semilattices *}

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

end
(*>*)