doc-src/Logics/ZF.tex
changeset 3486 10cf84e5d2c2
parent 3149 434b33c5f827
child 3490 823a6defdf0c
--- a/doc-src/Logics/ZF.tex	Wed Jul 02 16:46:36 1997 +0200
+++ b/doc-src/Logics/ZF.tex	Wed Jul 02 16:53:14 1997 +0200
@@ -808,7 +808,7 @@
 Nested patterns are translated recursively:
 {\tt\%<$x$,$y$,$z$>.$t$} $\leadsto$ {\tt\%<$x$,<$y$,$z$>>.$t$} $\leadsto$
 {\tt split(\%$x$.\%<$y$,$z$>.$t$)} $\leadsto$ {\tt split(\%$x$.split(\%$y$
-  $z$.$t$))}. The reverse translation is performed upon printing.
+  $z$.$t$))}.  The reverse translation is performed upon printing.
 \begin{warn}
   The translation between patterns and {\tt split} is performed automatically
   by the parser and printer.  Thus the internal and external form of a term
@@ -818,7 +818,7 @@
 \end{warn}
 In addition to explicit $\lambda$-abstractions, patterns can be used in any
 variable binding construct which is internally described by a
-$\lambda$-abstraction. Some important examples are
+$\lambda$-abstraction.  Some important examples are
 \begin{description}
 \item[Let:] {\tt let {\it pattern} = $t$ in $u$}
 \item[Choice:] {\tt THE~{\it pattern}~.~$P$}