
I think that there are no user-visible changes from these changes. original commit: 2b76d9e5b03ea97b8de155d2dda63e64256a3212
4 lines
87 B
Racket
4 lines
87 B
Racket
(module main racket/base
|
|
(require "mred.rkt")
|
|
(provide (all-from-out "mred.rkt")))
|