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

tcfail003.hs:3:10:
    No instance for (Num Char)
      arising from the literal `1'
    Possible fix: add an instance declaration for (Num Char)
    In the expression: 1
    In the expression: [1, 'a']
    In a pattern binding: (d : e) = [1, 'a']