
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.
3 lines
109 B
Plaintext
3 lines
109 B
Plaintext
> (syntax-e #'(+ 1 2))
|
||
'(#<syntax:1:0 +> #<syntax:1:0 1> #<syntax:1:0 2>)
|