Correct for-label binding: should be binding racket and not scheme.
This commit is contained in:
parent
08dc0e10d9
commit
6edfc0cc9d
|
@ -5,7 +5,8 @@
|
||||||
(only-in scribble/core link-element)
|
(only-in scribble/core link-element)
|
||||||
"../quick/keep.rkt"
|
"../quick/keep.rkt"
|
||||||
(only-in xrepl/doc-utils [cmd xreplcmd])
|
(only-in xrepl/doc-utils [cmd xreplcmd])
|
||||||
(for-label scheme
|
(for-label racket/base
|
||||||
|
racket/tcp
|
||||||
racket/enter
|
racket/enter
|
||||||
xrepl
|
xrepl
|
||||||
readline
|
readline
|
||||||
|
|
Loading…
Reference in New Issue
Block a user