(require (for-label racket/syntax))

This commit is contained in:
Greg Hendershott 2012-11-12 23:13:52 -05:00
parent 7daf8fda80
commit 9d76140991

View File

@ -8,7 +8,8 @@
(for-label racket)
(for-label racket/stxparam)
(for-label syntax/parse)
(for-label racket/splicing))
(for-label racket/splicing)
(for-label racket/syntax))
@(define evaluator
(parameterize ([sandbox-output 'string]
[sandbox-error-output 'string])