Sergiu Ivanov 2022-10-29 23:13:44 +02:00
parent fabecbe0f9
commit 6dce7583ab
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
(define colons (collect-colons (syntax->datum stx)))
(define bindings (for/list ([key colons])
`[,key (hash-ref ,#'ht ',(strip-colon key))]))
(with-syntax ([bindings-stx (datum->syntax stx bindings)])
(with-syntax ([bindings-stx (datum->syntax #'ht bindings)])
#'(let bindings-stx body))]))
(module+ test