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 is an expected behavior because the type of a function defined by pattern matching is checked before the body, but the type of the first version is checked together with the body.
This code checks:
But this doesn't:
Error:
The text was updated successfully, but these errors were encountered: