Avoid duplicate work.
This commit is contained in:
parent
d3507c4c3e
commit
f10e1fd58d
|
@ -1649,7 +1649,7 @@ v4 todo:
|
|||
(λ (ctc)
|
||||
(define dom-ctcs (map contract-projection (get-case->-dom-ctcs ctc)))
|
||||
(define rng-ctcs (let ([rngs (get-case->-rng-ctcs ctc)])
|
||||
(and rngs (map contract-projection (get-case->-rng-ctcs ctc)))))
|
||||
(and rngs (map contract-projection rngs))))
|
||||
(define rst-ctcs (base-case->-rst-ctcs ctc))
|
||||
(define specs (base-case->-specs ctc))
|
||||
(λ (blame)
|
||||
|
|
Loading…
Reference in New Issue
Block a user