fix tutorial exercise

This commit is contained in:
Robby Findler 2014-02-26 17:55:32 -06:00
parent 60948fabf4
commit 4b15bcedbf

View File

@ -219,8 +219,8 @@ elements of the sequence in different ways:
@exercise[]
Use @racket[redex-match] to extract the body of the
function from this object-language program:
@racketblock[((λ (x) (+ x 1))
@racket[λ] expression from this object-language program:
@racketblock[((λ (x num) (+ x 1))
17)]
@exercise[]