[project @ 1998-11-16 18:14:44 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail069.stderr
1  
2 tcfail069.hs:20:
3     Couldn't match `[$0]' against `($1, $2)'
4         Expected type: [$0]
5         Inferred type: ($1, $2)
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