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

tcfail003.hs:3:10: error:
    • No instance for ‘Num Char’ arising from the literal ‘1’
    • In the expression: 1
      In the expression: [1, 'a']
      In a pattern binding: (d : e) = [1, 'a']