Fixed bug I introduced when changing make-proj-contract to simple-contract.
svn: r17744
This commit is contained in:
parent
9506494416
commit
e5c74e7a25
|
@ -5261,7 +5261,7 @@
|
|||
#:projection
|
||||
(lambda (blame)
|
||||
(lambda (x)
|
||||
(if blame 'positive 'negative)))))
|
||||
(if (blame-swapped? blame) 'negative 'positive)))))
|
||||
|
||||
(define call*0 'dummy)
|
||||
(define (call*1 x0) x0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user