summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail200.stderr
blob: 90f590d8e28b9562a046a9620470be0637b5192f (plain)
1
2
3
4
5
6
7
8

tcfail200.hs:5:15:
    Kind incompatibility when matching types:
      t0 :: *
      GHC.Prim.Int# :: #
    In the expression: 1#
    In the expression: (1#, 'c')
    In an equation for `x': x = (1#, 'c')