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

tcfail004.hs:3:1: error:
    • Couldn't match expected type: (a0, b0, c0)
                  with actual type: (a, b)
    • In the pattern: (f, g)
      In a pattern binding: (f, g) = (1, 2, 3)