racket/collects/tests/scribble/docs/stxobj.scrbl
Matthew Flatt 54a6ba8d36 racket/sandbox: change syntax-object wrappers generated for locations
Generate wrappers consistent with a reader-level absence of `.'s,
instead of wrapping every pair. This change fixes the `syntax-e'
example in the Guide's description of syntax objects.
2012-05-01 16:48:15 -06:00

7 lines
85 B
Racket

#lang scribble/manual
@(require scribble/eval)
@interaction[
(syntax-e #'(+ 1 2))
]