File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
typed-racket-test/succeed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2222 (when l ; still something to read
2323 (intercept l) ; interceptor gets the whole vector
2424 (clear-events))))
25- (let loop ()
25+ (let: loop : Void ()
2626 (let ([l : (U Log-Receiver-Sync-Result 'stop )
2727 (sync receiver stop-chan)])
2828 (cond [(eq? l 'stop )
103103 (check-true (andmap (lambda: ([l : Log-Receiver-Sync-Result])
104104 (eq? (vector-ref l 0 ) 'warning ))
105105 out))))
106-
Original file line number Diff line number Diff line change 2121 (when l ; still something to read
2222 (intercept l) ; interceptor gets the whole vector
2323 (clear-events))))
24- (let loop ()
24+ (let: loop : Void ()
2525 (let: ([l : (U Log-Receiver-Sync-Result 'stop )
2626 (sync receiver stop-chan)])
2727 (cond [(eq? l 'stop )
102102 (check-true (andmap (lambda: ([l : Log-Receiver-Sync-Result])
103103 (eq? (vector-ref l 0 ) 'warning ))
104104 out))))
105-
You can’t perform that action at this time.
0 commit comments