Fixed typos
This commit is contained in:
parent
3fa889d223
commit
ef90555a1d
2 changed files with 5 additions and 5 deletions
Binary file not shown.
|
@ -281,7 +281,7 @@ Leon Vatthauer}
|
||||||
verhält sich der Term '\lstinline|t u ($\lambda$x l. s)|' also genau so wie eine Funktion \texttt{f} für die für alle x (des Typs a) und alle l (des Typs \lstinline[keywords=List]|List a|) gilt:
|
verhält sich der Term '\lstinline|t u ($\lambda$x l. s)|' also genau so wie eine Funktion \texttt{f} für die für alle x (des Typs a) und alle l (des Typs \lstinline[keywords=List]|List a|) gilt:
|
||||||
\begin{alignat*}{2}
|
\begin{alignat*}{2}
|
||||||
&f\;nil &&\rightarrow_{\beta\delta}^* u\\
|
&f\;nil &&\rightarrow_{\beta\delta}^* u\\
|
||||||
&f\;(cons\;x\;nil) &&\rightarrow_{\beta\delta}^* s[l \mapsto f\;l]
|
&f\;(cons\;x\;l) &&\rightarrow_{\beta\delta}^* s[l \mapsto f\;l]
|
||||||
\end{alignat*}
|
\end{alignat*}
|
||||||
\vfill
|
\vfill
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
|
|
Loading…
Reference in a new issue