src/HOL/MicroJava/DFA/Semilattices.thy
author paulson <lp15@cam.ac.uk>
Fri, 02 May 2025 16:25:38 +0100
changeset 82595 c0587d661ea8
parent 62390 842917225d56
permissions -rw-r--r--
Tweaking the ordered semiring type classes

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