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
For a trait type with two type parameters, if one arm of a match leaves one of the type parameters unbound, I need to explicitly cast its value to bind the type parameter to match that of the other arms.
I expect that the type-checker should be able to properly infer this type (at least for simple cases).