Avoid providing renamed identifiers.

This commit is contained in:
Sam Tobin-Hochstadt 2011-06-21 15:17:40 -04:00
parent b00b2e318a
commit 00f9e6342f

View File

@ -24,5 +24,5 @@
(require (only-in spec id ...) ...)
(provide id ...) ...
(provide (rename-out [b* b] ...))
(provide (all-from-out ts))
(provide (except-out (all-from-out ts) b* ...))
(provide (all-from-out lb) ...))))))]))