Fixed bug I introduced when changing make-proj-contract to simple-contract.

svn: r17744
This commit is contained in:
Carl Eastlund 2010-01-19 07:33:03 +00:00
parent 9506494416
commit e5c74e7a25

View File

@ -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)