original commit: 7d58da4788eb769381d1638a116fd6717f958756
This commit is contained in:
Robby Findler 2002-09-04 17:43:05 +00:00
parent fcc374750f
commit a74bf21a5d

View File

@ -125,8 +125,6 @@
(define pos-module-source (module-source-as-symbol #'pos-stx))
;; 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)
(if #f (begin (void) id ...))
(define contract-id ctrct) ...