aboutsummaryrefslogtreecommitdiff
path: root/doc/RefMan-lib.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/RefMan-lib.tex')
-rwxr-xr-xdoc/RefMan-lib.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/RefMan-lib.tex b/doc/RefMan-lib.tex
index 38ab55515f..1a6aa2dab3 100755
--- a/doc/RefMan-lib.tex
+++ b/doc/RefMan-lib.tex
@@ -195,10 +195,10 @@ The following abbreviations are allowed:
\begin{center}
\begin{tabular}[h]{|l|r|}
\hline
- \verb+(exists x:A | P)+ & \verb+(ex A [x:A]P)+ \\
- \verb+(exists x | P)+ & \verb+(ex A [x:A]P)+ \\
- \verb+(exists2 x:A | P & Q)+ & \verb+(ex2 A [x:A]P [x:A]Q)+ \\
- \verb+(exists2 x | P & Q)+ & \verb+(ex2 A [x:A]P [x:A]Q)+ \\
+ \verb+(exists x:A, P)+ & \verb+(ex A [x:A]P)+ \\
+ \verb+(exists x, P)+ & \verb+(ex A [x:A]P)+ \\
+ \verb+(exists2 x:A, P & Q)+ & \verb+(ex2 A [x:A]P [x:A]Q)+ \\
+ \verb+(exists2 x, P & Q)+ & \verb+(ex2 A [x:A]P [x:A]Q)+ \\
\hline
\end{tabular}
\end{center}