# HG changeset patch # User nipkow # Date 1377864469 -7200 # Node ID 9228c575d67db5d971ce3ac1b38f58bf5eee07e5 # Parent d0e4c8f73541cba65ccf6c3c5c7f850ebf3c7d6a more set syntax diff -r d0e4c8f73541 -r 9228c575d67d src/Doc/Main/Main_Doc.thy --- a/src/Doc/Main/Main_Doc.thy Fri Aug 30 13:46:32 2013 +0200 +++ b/src/Doc/Main/Main_Doc.thy Fri Aug 30 14:07:49 2013 +0200 @@ -131,13 +131,14 @@ \subsubsection*{Syntax} \begin{supertabular}{@ {} l @ {\quad$\equiv$\quad} l l @ {}} -@{text"{x\<^sub>1,\,x\<^sub>n}"} & @{text"insert x\<^sub>1 (\ (insert x\<^sub>n {})\)"}\\ -@{term"x ~: A"} & @{term[source]"\(x \ A)"}\\ +@{text"{a\<^sub>1,\,a\<^sub>n}"} & @{text"insert a\<^sub>1 (\ (insert a\<^sub>n {})\)"}\\ +@{term"a ~: A"} & @{term[source]"\(x \ A)"}\\ @{term"A \ B"} & @{term[source]"A \ B"}\\ @{term"A \ B"} & @{term[source]"A < B"}\\ @{term[source]"A \ B"} & @{term[source]"B \ A"}\\ @{term[source]"A \ B"} & @{term[source]"B < A"}\\ @{term"{x. P}"} & @{term[source]"Collect (\x. P)"}\\ +@{text"{t | x\<^sub>1 \ x\<^sub>n. P}"} & @{text"{v. \x\<^sub>1 \ x\<^sub>n. v = t \ P}"}\\ @{term[mode=xsymbols]"UN x:I. A"} & @{term[source]"UNION I (\x. A)"} & (\texttt{UN})\\ @{term[mode=xsymbols]"UN x. A"} & @{term[source]"UNION UNIV (\x. A)"}\\ @{term[mode=xsymbols]"INT x:I. A"} & @{term[source]"INTER I (\x. A)"} & (\texttt{INT})\\