summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/UnliftedNewtypesInstanceFail.stderr
blob: 2ca074ff0133cd1b2fa7d77f626501f7eea80c37 (plain)
1
2
3
4
5
6
7

UnliftedNewtypesInstanceFail.hs:13:3: error: [GHC-83865]
    • Couldn't match kind ‘'IntRep’ with ‘'WordRep’
      Expected kind ‘TYPE 'WordRep’,
        but ‘Bar Bool’ has kind ‘TYPE 'IntRep’
    • In the newtype instance declaration for ‘Bar’
      In the instance declaration for ‘Foo Bool’