fix quotability annotation on HtDP-language structs
Merge to 5.0.2
(cherry picked from commit 9f959f247e
)
This commit is contained in:
parent
81a6c4ff43
commit
478425520f
|
@ -824,6 +824,8 @@
|
|||
#,@(map-with-index (lambda (i _)
|
||||
#`(recur (raw-generic-access r #,i)))
|
||||
fields))))
|
||||
(cons prop:custom-print-quotable
|
||||
'never)
|
||||
(cons prop:custom-write
|
||||
;; Need a transparent-like printer, but hide auto field.
|
||||
;; This simplest way to do that is to create an instance
|
||||
|
|
Loading…
Reference in New Issue
Block a user