summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T18357a.stderr
blob: f60e09922a2cc5462cffa25bffb296be22750cf1 (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’