return a better type
svn: r15736
This commit is contained in:
parent
824a461335
commit
83e0ec2b40
|
@ -206,7 +206,7 @@
|
||||||
(let ([ty (cond [(type-ascription form) => (lambda (ann)
|
(let ([ty (cond [(type-ascription form) => (lambda (ann)
|
||||||
(let ([r (tc-expr/check/internal form ann)])
|
(let ([r (tc-expr/check/internal form ann)])
|
||||||
(check-below r expected)
|
(check-below r expected)
|
||||||
expected))]
|
#;expected))]
|
||||||
[else (tc-expr/check/internal form expected)])])
|
[else (tc-expr/check/internal form expected)])])
|
||||||
(match ty
|
(match ty
|
||||||
[(tc-results: ts fs os)
|
[(tc-results: ts fs os)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user