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
Data/Vector/Unboxed/Deriving.hs:72:32: error: [GHC-83865]
• Couldn't match type ‘Pat’ with ‘ArgPat’
Expected: [ArgPat]
Actual: [Pat]
• In the first argument of ‘Clause’, namely ‘pats’
In the expression: Clause pats (NormalB body) []
In the second argument of ‘FunD’, namely
‘[Clause pats (NormalB body) []]’
|
72 | method = FunD name [Clause pats (NormalB body) []]
| ^^^^
A revision won't do it for GHC 9.10, this requires fix and release.
The text was updated successfully, but these errors were encountered:
A revision won't do it for GHC 9.10, this requires fix and release.
The text was updated successfully, but these errors were encountered: