macro-stepper: fixed pretty-{printing => writing}
original commit: 856dd4e14c7a076b98eca3604a4d8a92ff611ff2
This commit is contained in:
parent
79f7ee3048
commit
bc306a09bd
|
@ -31,7 +31,7 @@
|
||||||
[print-vector-length #f]
|
[print-vector-length #f]
|
||||||
[print-hash-table #t]
|
[print-hash-table #t]
|
||||||
[print-honu #f])
|
[print-honu #f])
|
||||||
(pretty-print datum port)))
|
(pretty-write datum port)))
|
||||||
|
|
||||||
(define-struct syntax-dummy (val))
|
(define-struct syntax-dummy (val))
|
||||||
(define-struct (id-syntax-dummy syntax-dummy) (remap))
|
(define-struct (id-syntax-dummy syntax-dummy) (remap))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user