Fix name used by coerce-contract for contract-first-order.

This commit is contained in:
Stevie Strickland 2010-09-07 10:54:22 -04:00
parent eb3d46cc0c
commit a0390d4ca8

View File

@ -68,7 +68,7 @@
(define (contract-first-order c)
(contract-struct-first-order
(coerce-contract 'contract-first-order-passes? c)))
(coerce-contract 'contract-first-order c)))
(define (contract-first-order-passes? c v)
((contract-struct-first-order