src/HOL/MicroJava/DFA/Semilattices.thy
author wenzelm
Tue, 26 Mar 2024 11:15:48 +0100
changeset 80002 ee449ca91c3b
parent 62390 842917225d56
permissions -rw-r--r--
build bash_process in Isabelle/Scala, with etc/platforms.prop to preserve all platform directories (e.g. for SSH upload);

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