fix printing for vector contracts
This commit is contained in:
parent
0feee4a711
commit
1742545640
|
@ -175,7 +175,8 @@
|
|||
(define/subexpression-pos-prop (vector-immutableof c)
|
||||
(vectorof c #:immutable #t))
|
||||
|
||||
(define-struct base-vector/c (elems immutable))
|
||||
(define-struct base-vector/c (elems immutable)
|
||||
#:property prop:custom-write custom-write-property-proc)
|
||||
|
||||
(define (vector/c-name c)
|
||||
(let ([immutable (base-vector/c-immutable c)])
|
||||
|
|
Loading…
Reference in New Issue
Block a user