src/HOL/MicroJava/DFA/Semilattices.thy
author wenzelm
Sun, 10 Mar 2024 18:01:14 +0100
changeset 79852 15948836fa90
parent 62390 842917225d56
permissions -rw-r--r--
more robust init_built: get_build_id and start_build within the same transaction;

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