Fixed detection of printable contracts in dependent struct contracts.
svn: r17751
This commit is contained in:
parent
ad7976079f
commit
6a0469b680
|
@ -466,7 +466,7 @@ it around flattened out.
|
|||
[else
|
||||
(let ([fields
|
||||
(map (λ (field ctc)
|
||||
(if (contract? ctc)
|
||||
(if (contract-struct? ctc)
|
||||
(build-compound-type-name field ctc)
|
||||
(build-compound-type-name field '...)))
|
||||
fields
|
||||
|
|
Loading…
Reference in New Issue
Block a user