.
original commit: 0d840020d3b3319961883418458eeb02e4066f4a
This commit is contained in:
parent
b702ac3edd
commit
253ca32ef8
|
@ -508,7 +508,8 @@
|
|||
(syntax/loc stx
|
||||
(let ([ht (make-hash-table flag ...)])
|
||||
(hash-table-put! ht key val) ...
|
||||
ht)))]))]))
|
||||
ht)))]
|
||||
[_else (raise-syntax-error 'hash-table "bad syntax" stx)]))]))
|
||||
|
||||
(define-syntax (begin-with-definitions stx)
|
||||
;; Body can have mixed exprs and defns. Wrap expressions with
|
||||
|
|
Loading…
Reference in New Issue
Block a user