Add case to be fixed

This commit is contained in:
Sam Tobin-Hochstadt 2010-06-01 13:54:43 -04:00
parent b787c7766c
commit fe9395fdbf

View File

@ -238,6 +238,8 @@
(unless (subtype t1 t2)
(tc-error/expr "Expected ~a, but got ~a" t2 t1))
expected]
[((tc-results: ts fs os dty dbound) (tc-results: ts* fs* os* dty* dbound*))
(int-err "dotted types in check-below nyi: ~a ~a" dty dty*)]
[(a b) (int-err "unexpected input for check-below: ~a ~a" a b)]))
(define (tc-expr/check/type form expected)