This commit is contained in:
2023-12-09 18:17:22 -08:00
parent a5362a2eb9
commit 6a5e02a8ac
27 changed files with 36 additions and 33 deletions

View File

@ -332,7 +332,7 @@ If we look closely, we'll find that $C$ pretends to take three arguments.
\vspace{1mm}
What does $C$ do? Evaluate $(C~a~b~x)$ for arbitary expressions $a, b,$ and $x$. \par
What does $C$ do? Evaluate $(C~a~b~x)$ for arbitrary expressions $a, b,$ and $x$. \par
\hint{Evaluate $(C~a)$ first. Remember, function application is left-associative.}
\vfill