diff --git a/racket/collects/syntax/parse/private/parse.rkt b/racket/collects/syntax/parse/private/parse.rkt index a77e9bbde9..a4fec508c6 100644 --- a/racket/collects/syntax/parse/private/parse.rkt +++ b/racket/collects/syntax/parse/private/parse.rkt @@ -839,6 +839,8 @@ Conventions: #'pattern #'#s(internal-rest-pattern rest-x rest-cx rest-pr))]) #'(parse:S x cx pattern pr es k))] + [#s(hpat:action attrs action subpattern) + #'(parse:A x cx action pr es (parse:H x cx rest-x rest-cx rest-pr subpattern pr es k))] [#s(hpat:optional (a ...) pattern defaults) (with-syntax ([(#s(attr id _ _) ...) #'(a ...)]) #`(let ([success