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

tcfail005.hs:3:9:
    Couldn't match expected type ‛[t]’ with actual type ‛(t0, Char)’
    Relevant bindings include
      i :: [t] (bound at tcfail005.hs:3:4)
      h :: t (bound at tcfail005.hs:3:2)
    In the expression: (1, 'a')
    In a pattern binding: (h : i) = (1, 'a')