Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion redex-doc/redex/scribblings/long-tut/mon-aft.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Now you can formulate language tests:
(define eb1 (term (lambda (x x) y)))
(define eb2 (term (lambda (x y) 3)))

(test-equal (lambda? eb1) #false)
(test-equal (lambda? eb1) #true)
(test-equal (lambda? eb2) #false)

(test-results)
Expand Down