From bdba7e8f431084254470d000112e4bafee6e83f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 17 Jun 2016 19:54:52 +0200 Subject: [PATCH] Fixed issue with racketblock vs RACKETBLOCK (racketblock was always used) --- typed/private/lp.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))