Avoid some dependencies for racket/kernel/init
.
This is useful when loading without bytecode. Motivated by use in Pycket, which does not load bytecode.
This commit is contained in:
parent
409ad2d73b
commit
ba8c79f502
|
@ -1,5 +1,5 @@
|
||||||
#lang racket/kernel
|
(module init '#%kernel
|
||||||
(#%require "../private/top-int.rkt")
|
(#%require "../private/top-int.rkt")
|
||||||
|
|
||||||
(#%provide (all-from racket/kernel)
|
(#%provide (all-from '#%kernel)
|
||||||
#%top-interaction)
|
#%top-interaction))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user