diff --git a/collects/syntax/private/stxparse/lib.ss b/collects/syntax/private/stxparse/lib.ss index 83b580e158..8714e1f9bb 100644 --- a/collects/syntax/private/stxparse/lib.ss +++ b/collects/syntax/private/stxparse/lib.ss @@ -109,12 +109,13 @@ (define-syntax-class (expr/c ctc) #:attributes (c) (pattern x:expr - #:with c #`(contract #,ctc - x - (quote #,(source-location->string #'x)) - ' - #f - (quote-srcloc x)))) + #:with + c #`(contract #,ctc + x + (quote #,(source-location->string #'x "<>")) + ' + #f + (quote-srcloc x)))) ;; Literal sets