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
The pattern matcher selects tuples up to 22 using _1, _2, ... But if the scrutinee is a named
tuple this only works if it is cast to a regular tuple first.
0 commit comments