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

tcfail005.hs:3:2: error:
    • Couldn't match expected type: (a0, Char)
                  with actual type: [a]
    • In the pattern: h : i
      In a pattern binding: (h : i) = (1, 'a')