src/HOL/MicroJava/DFA/Semilattices.thy
author wenzelm
Fri, 23 Aug 2013 19:53:27 +0200
changeset 53169 e2d31807cbf6
parent 42150 b0c0638c4aad
child 58886 8a6cac7c7247
permissions -rw-r--r--
clarified type ML_Context.antiq: context parser maintains compilation context, declaration is applied to final context; subtle change of semantics of ML_Context.add_antiq: need to avoid accidental update of context due to concrete syntax parser (cf. Scan.pass);

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

header {* Semilattices *}

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

end
(*>*)