You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#lang typed/racket
(define h2 : (HashTable Any Any)
(for/hash ([i : Integer (in-list (list 123))])
(values i i)))
In the above code, we warn 3 times for the same syntax (the full for/hash loop), and also it isn't really unreachable (something else with that source location is unreachable).