src/HOL/MicroJava/DFA/Semilattices.thy
author wenzelm
Tue, 25 Aug 2020 14:54:41 +0200
changeset 72205 bc71db05abe3
parent 62390 842917225d56
permissions -rw-r--r--
removed pointless version checks: Isabelle component integration does the job already;

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