Minor fix
This commit is contained in:
parent
e4706d41e7
commit
20b0bf3e7d
@ -321,10 +321,11 @@ We've already seen this on the previous page: $K$ takes an input $x$ and uses it
|
|||||||
You can think of $K$ as a \say{factory} that constructs functions using the input we provide.
|
You can think of $K$ as a \say{factory} that constructs functions using the input we provide.
|
||||||
|
|
||||||
\problem{}<firstcardinal>
|
\problem{}<firstcardinal>
|
||||||
|
\vspace{1mm} % Slight gap for big paren
|
||||||
Let $C = \lm f. \Bigl[\lm g. \Bigl( \lm x. [~ f(g(x)) ~] \Bigr)\Bigr]$. For now, we'll call it the \say{composer.} \par
|
Let $C = \lm f. \Bigl[\lm g. \Bigl( \lm x. [~ f(g(x)) ~] \Bigr)\Bigr]$. For now, we'll call it the \say{composer.} \par
|
||||||
\note[Note]{We could also call $C$ the \say{right-associator.} Why?}
|
\note[Note]{We could also call $C$ the \say{right-associator.} Why?}
|
||||||
|
|
||||||
\vspace{1mm}
|
\vspace{3mm}
|
||||||
|
|
||||||
$C$ has three \say{layers} of curry: it makes a function ($\lm g$) that makes another function ($\lm x$). \par
|
$C$ has three \say{layers} of curry: it makes a function ($\lm g$) that makes another function ($\lm x$). \par
|
||||||
If we look closely, we'll find that $C$ pretends to take three arguments.
|
If we look closely, we'll find that $C$ pretends to take three arguments.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user