src/HOL/MicroJava/DFA/Semilattices.thy
author haftmann
Mon, 16 Apr 2018 05:34:25 +0000
changeset 67988 01c651412081
parent 62390 842917225d56
permissions -rw-r--r--
explicit simp rules for computing abstract bit operations

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