[project @ 1998-02-03 11:24:18 by simonm]
[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