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