# HG changeset patch # User haftmann # Date 1248588220 -7200 # Node ID e6a42620e6c122f459b2a53e255ef6a99fe631d5 # Parent d64a1820431d6e995032639e803505e4da9f6ea1 adapted to changed prefixes diff -r d64a1820431d -r e6a42620e6c1 doc-src/Main/Docs/Main_Doc.thy --- a/doc-src/Main/Docs/Main_Doc.thy Sun Jul 26 07:54:28 2009 +0200 +++ b/doc-src/Main/Docs/Main_Doc.thy Sun Jul 26 08:03:40 2009 +0200 @@ -79,8 +79,8 @@ \begin{tabular}{@ {} l @ {~::~} l @ {}} @{const Lattices.inf} & @{typeof Lattices.inf}\\ @{const Lattices.sup} & @{typeof Lattices.sup}\\ -@{const Set.Inf} & @{term_type_only Set.Inf "'a set \ 'a::complete_lattice"}\\ -@{const Set.Sup} & @{term_type_only Set.Sup "'a set \ 'a::complete_lattice"}\\ +@{const Complete_Lattice.Inf} & @{term_type_only Complete_Lattice.Inf "'a set \ 'a::complete_lattice"}\\ +@{const Complete_Lattice.Sup} & @{term_type_only Complete_Lattice.Sup "'a set \ 'a::complete_lattice"}\\ \end{tabular} \subsubsection*{Syntax} @@ -110,8 +110,8 @@ @{const Set.insert} & @{term_type_only insert "'a\'a set\'a set"}\\ @{const Collect} & @{term_type_only Collect "('a\bool)\'a set"}\\ @{const "op :"} & @{term_type_only "op :" "'a\'a set\bool"} & (\texttt{:})\\ -@{const Set.union} & @{term_type_only Set.Un "'a set\'a set \ 'a set"} & (\texttt{Un})\\ -@{const Set.inter} & @{term_type_only Set.Int "'a set\'a set \ 'a set"} & (\texttt{Int})\\ +@{const Set.union} & @{term_type_only Set.union "'a set\'a set \ 'a set"} & (\texttt{Un})\\ +@{const Set.inter} & @{term_type_only Set.inter "'a set\'a set \ 'a set"} & (\texttt{Int})\\ @{const UNION} & @{term_type_only UNION "'a set\('a \ 'b set) \ 'b set"}\\ @{const INTER} & @{term_type_only INTER "'a set\('a \ 'b set) \ 'b set"}\\ @{const Union} & @{term_type_only Union "'a set set\'a set"}\\