src/HOL/MicroJava/DFA/Semilattices.thy
author wenzelm
Sat, 21 Nov 2015 19:04:39 +0100
changeset 61724 4bfcc09a33e8
parent 61361 8b5f00202e1a
child 62390 842917225d56
permissions -rw-r--r--
limit statistics, to avoid exhaustion of heap space or GUI time;

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