macro-stepper: fix reader abbreviations
This commit is contained in:
parent
a0805f9b18
commit
8c806c184f
|
@ -70,7 +70,10 @@
|
|||
[else #f]))
|
||||
|
||||
(define (pp-remap-stylable obj)
|
||||
(and (id-syntax-dummy? obj) (id-syntax-dummy-remap obj)))
|
||||
(and (id-syntax-dummy? obj)
|
||||
(let ([remap (id-syntax-dummy-remap obj)])
|
||||
(and (not (memq remap special-expression-keywords))
|
||||
remap))))
|
||||
|
||||
(define (pp-better-style-table styles)
|
||||
(define style-list (for/list ([(k v) (in-hash styles)]) (cons k v)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user