add for-label require; closes #1967
This commit is contained in:
parent
11fd70c3dd
commit
081b1cc3f3
|
@ -2,7 +2,7 @@
|
|||
@(require scribble/manual
|
||||
scribble/examples
|
||||
"guide-utils.rkt"
|
||||
(for-label racket))
|
||||
(for-label racket racket/async-channel))
|
||||
|
||||
@(define concurrency-eval (make-base-eval))
|
||||
@(concurrency-eval '(require racket/contract racket/math))
|
||||
|
|
Loading…
Reference in New Issue
Block a user