[project @ 1998-04-17 15:58:37 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail069.stderr
1  
2 tcfail069.hs:20:
3     Couldn't match the type `[aEL]' against `(aEP, aER)'
4     Expected: [aEL]
5     Inferred: (aEP, aER)
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