Skip to content

Commit d18e187

Browse files
authoredSep 26, 2023
add missing word
1 parent c095df6 commit d18e187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lec_07_other_models.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ It's λ's all the way down!
10031003

10041004
::: { .pause }
10051005
This is a good point to pause and think how you would implement these operations yourself. For example, start by thinking how you could implement $MAP$ using $REDUCE$, and then $REDUCE$ using $RECURSE$ combined with $0,1,IF,PAIR,HEAD,TAIL,NIL,ISEMPTY$.
1006-
You can also $PAIR$, $HEAD$ and $TAIL$ based on $0,1,IF$.
1006+
You can also implement $PAIR$, $HEAD$ and $TAIL$ based on $0,1,IF$.
10071007
The most challenging part is to implement $RECURSE$ using only the operations of the pure λ calculus.
10081008
:::
10091009

0 commit comments

Comments
 (0)
Please sign in to comment.