This commit is contained in:
Marco Ammon 2018-10-08 18:17:08 +02:00
parent 1e312357c7
commit 6c07176b97
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -379,7 +379,6 @@ flip\ &= \lambda f\ x\ y.f\ y\ x\\
const\ &= \lambda x\ y.x\\
twice\ &= \lambda f\ x.f\ (f\ x)
\end{align*}
\subsection*{Church-Kodierung}
\begin{align*}
true\ &= \lambda x\ y.x\\
false\ &= \lambda x\ y.y\\