summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/UnliftedNewtypesInstanceFail.stderr
blob: 3fb2814dab0c5407746a69fb4ea526b158a3f725 (plain)
1
2
3
4
5
UnliftedNewtypesInstanceFail.hs:13:3:
     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’