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
Clarify that underscore would match if it were reached in execution.
In the first example for `case`, we learn that underscore "would match any value".
It's then confusing to read in the third example that underscore "won't match".
While this is technically true in the example as written, (since x>0, the first pattern will match,) it's not consistent with the earlier statement.
0 commit comments