so when it was reverted, we have to bring back that stuff
This commit is contained in:
parent
ef8101bde3
commit
8dbedc6a26
|
@ -65,9 +65,9 @@
|
||||||
(define mtd-ctcs (object-contract-method-ctcs ctc))
|
(define mtd-ctcs (object-contract-method-ctcs ctc))
|
||||||
(λ (blame)
|
(λ (blame)
|
||||||
(define p-app
|
(define p-app
|
||||||
(make-wrapper-object blame mtds mtd-ctcs))
|
(make-wrapper-object blame mtds mtd-ctcs flds fld-ctcs))
|
||||||
(λ (val neg-party)
|
(λ (val neg-party)
|
||||||
(p-app ctc val neg-party flds fld-ctcs))))
|
(p-app ctc val neg-party))))
|
||||||
#:name
|
#:name
|
||||||
(λ (ctc) `(object-contract ,@(map (λ (fld ctc) (build-compound-type-name 'field fld ctc))
|
(λ (ctc) `(object-contract ,@(map (λ (fld ctc) (build-compound-type-name 'field fld ctc))
|
||||||
(object-contract-fields ctc)
|
(object-contract-fields ctc)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user