..
original commit: 0855c54be694602d29db2dc974cba7b9c5c88342
This commit is contained in:
parent
78681540ec
commit
9aa0fb6739
|
@ -46,6 +46,12 @@
|
|||
(begin
|
||||
(provide (rename id-rename id) ...)
|
||||
(require (lib "contract-helpers.scm" "mzlib" "private"))
|
||||
|
||||
;; this is here to check for unbound ids.
|
||||
;; put outer `void' just in case we start printing out module
|
||||
;; body values (say in the module language or something)
|
||||
;(begin (begin (void) id ...) (void))
|
||||
|
||||
(define contract-id ctrct) ...
|
||||
(define-syntax id-rename
|
||||
(make-set!-transformer
|
||||
|
|
Loading…
Reference in New Issue
Block a user