diff --git a/typed/private/lp.rkt b/typed/private/lp.rkt index 1bf4b0ea..2691588e 100644 --- a/typed/private/lp.rkt +++ b/typed/private/lp.rkt @@ -73,7 +73,7 @@ (list (smaller (elemref '(chunk tag) #:underline? #f str rest ...)))) - (racketblock expr ...))))))])) + (#,racketblock expr ...))))))])) (define-syntax chunk (make-chunk #'racketblock)) (define-syntax CHUNK (make-chunk #'RACKETBLOCK))