TYP062
TYP062 — non-exhaustive match
| Subsystem | Type checking |
| Severity | error |
A match over an enum covers neither every variant nor a _ arm. Add the missing variant arms or a _ default. See spec/types.md.
From your terminal:
q64 explain TYP062TYP062 — non-exhaustive match
| Subsystem | Type checking |
| Severity | error |
A match over an enum covers neither every variant nor a _ arm. Add the missing variant arms or a _ default. See spec/types.md.
From your terminal:
q64 explain TYP062