summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail069.stderr
blob: 76a7509d63d290ca1b572aa5c97bbf0115c8ffb7 (plain)
1
2
3
4
5
6
7

tcfail069.hs:21:7: error: [GHC-83865]
    • Couldn't match expected type: ([Int], [Int])
                  with actual type: [a0]
    • In the pattern: []
      In a case alternative: [] -> error "foo"
      In the expression: case (list1, list2) of [] -> error "foo"