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

tcfail200.hs:5:15: error:
    • Couldn't match a lifted type with an unlifted type
      When matching the kind of ‘Int#’
    • In the expression: 1#
      In the expression: (1#, 'c')
      In an equation for ‘x’: x = (1#, 'c')