Skip to content

Incomaptibility with GHC 9.8.1 #17

@pxeger

Description

@pxeger

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])
    |                     ^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions