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
Is there a plan to have exhaustiveness checking of case expressions?
In the short term - no.
The main rationale for the current design choice: Erlang "let it crash philosophy" - for real world programs such checks may be rather noisy. - Consider implementations of gen_server - such checks would force users to add "default clauses".
Is there a plan to have exhaustiveness checking of case expressions?
Currently this code doesn't result in any errors:
The text was updated successfully, but these errors were encountered: