File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
typed-racket-lib/typed-racket Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ 8.6
2+ - Bug fixes and type updates.
138.5
24- Add `typed/xml` and related library wrappers.
358.4
Original file line number Diff line number Diff line change 1010 "../find-annotation.rkt "
1111 "../tc-metafunctions.rkt "
1212 "../../types/abbrev.rkt "
13+ "../../types/resolve.rkt "
1314 "../../types/utils.rkt "
1415 "../../types/generalize.rkt "
1516 "../../types/type-table.rkt "
108109 (generalize (tc-expr/t ac)))))]
109110 [acc-ty (or
110111 (type-annotation #'val #:infer #t )
111- (match expected
112- [(tc-result1: (and t (Listof: _ ))) t]
112+ (match (resolve expected)
113+ [(tc-result1: (app resolve ( and t (Listof: _ ) ))) t]
113114 [_ #f ])
114115 (generalize -Null))])
115116 ;; this check is needed because the type annotation may come
You can’t perform that action at this time.
0 commit comments