move most of the 'scheme' collection to the 'racket' collection

original commit: c95a39875453e7f057395a7bf626e5d2ed732e7e
This commit is contained in:
Matthew Flatt 2010-04-20 15:24:48 -06:00
parent 6366b23476
commit 001f570d34
7 changed files with 10 additions and 0 deletions

4
collects/racket/gui.rkt Normal file
View File

@ -0,0 +1,4 @@
(module gui racket
(require racket/gui/base)
(provide (all-from-out racket)
(all-from-out racket/gui/base)))

View File

@ -0,0 +1,2 @@
#lang s-exp syntax/module-reader
racket/gui

View File

@ -0,0 +1,2 @@
#lang scheme/private/provider
racket/gui/base

View File

@ -0,0 +1,2 @@
#lang scheme/private/provider
racket/gui/init