adding lambda
This commit is contained in:
parent
cb592460f0
commit
080bd24bda
|
@ -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 ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user