src/HOL/MicroJava/DFA/Semilattices.thy
author wenzelm
Mon, 02 Dec 2024 14:08:28 +0100
changeset 81537 d230683a35fc
parent 62390 842917225d56
permissions -rw-r--r--
more direct Proof_Context.lookup_free -- bypass redundancy of Proof_Context.check_const;

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

section \<open>Semilattices\<close>

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

end
(*>*)