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

T18357a.hs:9:10: error:
    • Couldn't match kind ‘r’ with ‘'LiftedRep’
      Expected a type, but ‘Int’ has kind ‘*’
    • In the type ‘Int’
      In the definition of data constructor ‘MkT’
      In the newtype declaration for ‘T’