summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T15883.stderr
blob: d65ffa5ebc284d9260f869d1c2de0637fff631d2 (plain)
1
2
3
4
5

T15883.hs:9:1: error:
    • Newtype has non-* return kind ‘TYPE rep’
      Perhaps you intended to use UnliftedNewtypes
    • In the newtype declaration for ‘Foo’