260666389c5e6f4ed7383838771182d4e12d6eff
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail069.stderr
1  
2 tcfail069.hs:20:
3     Couldn't match the type `[aF3]' against `(aF7, aF9)'
4     Expected: [aF3]
5     Inferred: (aF7, aF9)
6     In the scrutinee of a case expression: (list1, (list2))
7     In the case expression: case (list1, (list2)) of [] -> error "foo"
8
9
10 Compilation had errors