original commit: 0d840020d3b3319961883418458eeb02e4066f4a
This commit is contained in:
Eli Barzilay 2004-10-09 21:36:25 +00:00
parent b702ac3edd
commit 253ca32ef8

View File

@ -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