fix tutorial exercise
This commit is contained in:
parent
60948fabf4
commit
4b15bcedbf
|
@ -219,8 +219,8 @@ elements of the sequence in different ways:
|
||||||
@exercise[]
|
@exercise[]
|
||||||
|
|
||||||
Use @racket[redex-match] to extract the body of the
|
Use @racket[redex-match] to extract the body of the
|
||||||
function from this object-language program:
|
@racket[λ] expression from this object-language program:
|
||||||
@racketblock[((λ (x) (+ x 1))
|
@racketblock[((λ (x num) (+ x 1))
|
||||||
17)]
|
17)]
|
||||||
|
|
||||||
@exercise[]
|
@exercise[]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user