diff options
-rwxr-xr-x | manual.scrbl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/manual.scrbl b/manual.scrbl index d148420..9814e27 100755 --- a/manual.scrbl +++ b/manual.scrbl @@ -7,13 +7,13 @@ @;@(require (for-label (this-package-in json-template))) @;@(define r6rs-evaluator - (call-with-trusted-sandbox-configuration - (lambda () - (parameterize ([sandbox-output 'string] - [sandbox-error-output 'string]) - (make-evaluator - 'r6rs - '(import (rnrs) (json-template))))))) +@; (call-with-trusted-sandbox-configuration +@; (lambda () +@; (parameterize ([sandbox-output 'string] +@; [sandbox-error-output 'string]) +@; (make-evaluator +@; 'r6rs +@; '(import (rnrs) (json-template))))))) @(define racket-evaluator (call-with-trusted-sandbox-configuration (lambda () |