diff --git a/collects/syntax/private/stxparse/rep.ss b/collects/syntax/private/stxparse/rep.ss index fcabc96e9e..cc1f1b96f1 100644 --- a/collects/syntax/private/stxparse/rep.ss +++ b/collects/syntax/private/stxparse/rep.ss @@ -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))