avoid an internal error
Closes PR 12138
This commit is contained in:
parent
c0b4743b40
commit
fd0a2e9879
|
@ -73,7 +73,9 @@
|
|||
(let loop ([form (case (syntax-e kind)
|
||||
[(form) (if (identifier? s-exp)
|
||||
null
|
||||
(cdr (syntax-e s-exp)))]
|
||||
(if (pair? (syntax-e s-exp))
|
||||
(cdr (syntax-e s-exp))
|
||||
null))]
|
||||
[(form/none) s-exp]
|
||||
[(form/maybe)
|
||||
(syntax-case s-exp ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user