src/HOL/MicroJava/DFA/Semilattices.thy
author blanchet
Thu, 11 Sep 2014 18:54:36 +0200
changeset 58299 30ab8289f0e1
parent 42150 b0c0638c4aad
child 58886 8a6cac7c7247
permissions -rw-r--r--
took out some datatype tests for Refute -- these yield timeouts on some Isatests after transition to new datatypes, for some reason (and Refute is obsolete anyway)

(*  Title:      HOL/MicroJava/DFA/Semilattices.thy
    Author:     Gerwin Klein
    Copyright   2003 TUM
*)

header {* Semilattices *}

(*<*)
theory Semilattices
imports Err Opt Product Listn
begin

end
(*>*)