# 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 \<Rightarrow> 'a::complete_lattice"}\\ -@{const Set.Sup} & @{term_type_only Set.Sup "'a set \<Rightarrow> 'a::complete_lattice"}\\ +@{const Complete_Lattice.Inf} & @{term_type_only Complete_Lattice.Inf "'a set \<Rightarrow> 'a::complete_lattice"}\\ +@{const Complete_Lattice.Sup} & @{term_type_only Complete_Lattice.Sup "'a set \<Rightarrow> 'a::complete_lattice"}\\ \end{tabular} \subsubsection*{Syntax} @@ -110,8 +110,8 @@ @{const Set.insert} & @{term_type_only insert "'a\<Rightarrow>'a set\<Rightarrow>'a set"}\\ @{const Collect} & @{term_type_only Collect "('a\<Rightarrow>bool)\<Rightarrow>'a set"}\\ @{const "op :"} & @{term_type_only "op :" "'a\<Rightarrow>'a set\<Rightarrow>bool"} & (\texttt{:})\\ -@{const Set.union} & @{term_type_only Set.Un "'a set\<Rightarrow>'a set \<Rightarrow> 'a set"} & (\texttt{Un})\\ -@{const Set.inter} & @{term_type_only Set.Int "'a set\<Rightarrow>'a set \<Rightarrow> 'a set"} & (\texttt{Int})\\ +@{const Set.union} & @{term_type_only Set.union "'a set\<Rightarrow>'a set \<Rightarrow> 'a set"} & (\texttt{Un})\\ +@{const Set.inter} & @{term_type_only Set.inter "'a set\<Rightarrow>'a set \<Rightarrow> 'a set"} & (\texttt{Int})\\ @{const UNION} & @{term_type_only UNION "'a set\<Rightarrow>('a \<Rightarrow> 'b set) \<Rightarrow> 'b set"}\\ @{const INTER} & @{term_type_only INTER "'a set\<Rightarrow>('a \<Rightarrow> 'b set) \<Rightarrow> 'b set"}\\ @{const Union} & @{term_type_only Union "'a set set\<Rightarrow>'a set"}\\