fix quotability annotation on HtDP-language structs
Merge to 5.0.2
This commit is contained in:
parent
bb799ee9ee
commit
9f959f247e
|
@ -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