src/HOL/MicroJava/DFA/Semilattices.thy
author wenzelm
Mon, 10 Apr 2017 13:30:55 +0200
changeset 65456 31e8a86971a8
parent 62390 842917225d56
permissions -rw-r--r--
explicit theory qualifier for session "HOL-Proofs": its theory name space overlaps with session "HOL", even for further imports;

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