syntax/parse: allow action patterns within list patterns
This commit is contained in:
parent
6272d0511a
commit
227aa7be73
|
@ -774,6 +774,8 @@
|
|||
#t]
|
||||
[(make pat:head _base _head tail)
|
||||
(check-list-pattern tail stx)]
|
||||
[(make pat:ghost _base _ghost tail)
|
||||
(check-list-pattern tail stx)]
|
||||
[(make pat:dots _base _head tail)
|
||||
(check-list-pattern tail stx)]
|
||||
[(make pat:compound _base '#:pair (list _head tail))
|
||||
|
|
Loading…
Reference in New Issue
Block a user