adding lambda

This commit is contained in:
Danny Yoo 2011-09-15 12:03:16 -04:00
parent cb592460f0
commit 080bd24bda

View File

@ -29,7 +29,9 @@
shared
(all-from-out "bool.rkt")
(except-out (all-from-out "check-expect/check-expect.rkt")
run-tests))
run-tests)
λ)
@ -41,6 +43,8 @@
(run-tests)))]))
(define-syntax λ (make-rename-transformer #'lambda))
(define-syntax (my-define-struct stx)
(syntax-case stx ()