Don't export internal names for define & lambda.

This commit is contained in:
Sam Tobin-Hochstadt 2012-06-15 14:27:59 +08:00
parent e94c72da78
commit a929bb21fc

View File

@ -19,7 +19,9 @@ This file defines two sorts of primitives. All of them are provided into any mod
|#
(provide (except-out (all-defined-out) dtsi* let-internal: define-for-variants define-for*-variants with-handlers: for/annotation for*/annotation define-for/sum:-variants)
(provide (except-out (all-defined-out) dtsi* let-internal: define-for-variants define-for*-variants
with-handlers: for/annotation for*/annotation define-for/sum:-variants
-lambda -define)
:
(rename-out [define-typed-struct define-struct:]
[lambda: λ:]