original commit: aa19749bb33cb757a5b6f331669eb0f9f76304d5
This commit is contained in:
Matthew Flatt 2005-01-14 20:42:50 +00:00
parent d383f01ff7
commit ada948ed61
2 changed files with 2 additions and 1 deletions

View File

@ -508,7 +508,6 @@
(hash-table-put! ht key val) ...
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

View File

@ -1,4 +1,6 @@
;; by Jacob Matthews
(module struct mzscheme
(provide copy-struct)