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
ghc 9.0.2 provides the following undocumented warning -
example.hs:11:1: warning: [-Woverlapping-patterns]
Pattern match has inaccessible right hand side
In an equation for ‘hListHead’: hListHead HNil = ...
|
11 | hListHead HNil = undefined
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
For this example code -
ghc 9.0.2
provides the following undocumented warning -The text was updated successfully, but these errors were encountered: