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
This fails, as when we check the lambda we check against an expected type of ?u1, an unresolved uvar for the #_, and it ends up choosing int as the type of the binder for i.
The text was updated successfully, but these errors were encountered:
This fails, as when we check the lambda we check against an expected type of
?u1
, an unresolved uvar for the#_
, and it ends up choosingint
as the type of the binder fori
.The text was updated successfully, but these errors were encountered: