Remove `define-struct' from typed/racket.

Closes PR 10619.

original commit: 3885ba4f543626e9fa1df8d4580cdad907ce5a40
This commit is contained in:
Sam Tobin-Hochstadt 2010-05-24 23:34:16 -07:00
parent f5c6d808af
commit 09151b1037
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
(providing (libs (except racket/base #%module-begin #%top-interaction with-handlers lambda #%app)
(providing (libs (except racket/base #%module-begin #%top-interaction with-handlers lambda #%app define-struct)
(except typed-scheme/private/prims)
(except typed-scheme/private/base-types-new)
(except typed-scheme/private/base-types-extra))

View File

@ -2,7 +2,7 @@
(providing (libs (except scheme/base #%module-begin #%top-interaction with-handlers lambda #%app)
(providing (libs (except scheme/base #%module-begin #%top-interaction with-handlers lambda #%app define-struct)
(except typed-scheme/private/prims)
(except typed-scheme/private/base-types-new)
(except typed-scheme/private/base-types-extra))