c88f9be9a476399fc65b6620530f55e11f7fa3ed
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail069.stderr
1  
2 tcfail069.hs:21:
3     Couldn't match the type `(aBr, aBt)' against `[aBw]'
4         Expected: [aBw]
5         Inferred: ([Int], [Int])
6         In a "case" branch: [] -> error "foo"
7         In the case expression: case (list1, (list2)) of [] -> error "foo"
8
9
10 Compilation had errors