-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
When compiling memoize 1.1.2 with GHC 9.8.1, I get this error:
src/Data/Function/Memoize/TH.hs:182:21: error: [GHC-83865]
• Couldn't match type ‘BndrVis’ with ‘()’
Expected: [TyVarBndr ()]
Actual: [TyVarBndr BndrVis]
• In the expression: tvbs
In the first argument of ‘return’, namely ‘(name, tvbs, [conInfo])’
In a stmt of a 'do' block: return (name, tvbs, [conInfo])
|
182 | return (name, tvbs, [conInfo])
| ^^^^
erikdvlp, blamario and thomasdziedzic
Metadata
Metadata
Assignees
Labels
No labels