Require for-label some modules to get links.

This commit is contained in:
Greg Hendershott 2012-10-25 10:10:19 -04:00
parent 617ef60ecb
commit 4d879bdcd7

View File

@ -2,7 +2,10 @@
@(require racket/sandbox
scribble/eval
racket/date)
racket/date
(for-label racket)
(for-label racket/stxparam)
(for-label syntax/parse))
@(define evaluator
(parameterize ([sandbox-output 'string]
[sandbox-error-output 'string])