fix typo in in-value
change
Thanks to @yjqww6
This commit is contained in:
parent
bd94ac6b27
commit
cfa10d5f30
|
@ -2309,7 +2309,7 @@
|
||||||
(lambda () #'in-value)
|
(lambda () #'in-value)
|
||||||
(lambda (stx)
|
(lambda (stx)
|
||||||
(syntax-case stx ()
|
(syntax-case stx ()
|
||||||
[[<(id) (_ expr)]
|
[[(id) (_ expr)]
|
||||||
#'[(id) (:do-in ([(id*) expr]) #t () #t ([(id) id*]) #t #f ())]]
|
#'[(id) (:do-in ([(id*) expr]) #t () #t ([(id) id*]) #t #f ())]]
|
||||||
[_ #f])))
|
[_ #f])))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user