gui/collects/scheme/gui.rkt
Matthew Flatt 001f570d34 move most of the 'scheme' collection to the 'racket' collection
original commit: c95a39875453e7f057395a7bf626e5d2ed732e7e
2010-04-20 15:24:48 -06:00

5 lines
124 B
Racket

(module gui scheme
(require scheme/gui/base)
(provide (all-from-out scheme)
(all-from-out scheme/gui/base)))