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
-- [E029] PatternMatchExhaustivityWarning:----------------------------------2| explore match|^^^^^^^|match may not be exhaustive.
||It would fail on pattern case:List(_, _*)
|| longer explanation available when compiling with`-explain`
Expectation
the named tuple pattern will always match, so no warning
The text was updated successfully, but these errors were encountered:
Compiler version
3.6.2
Minimized code
Output
Expectation
the named tuple pattern will always match, so no warning
The text was updated successfully, but these errors were encountered: