[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail069.stderr
1  
2 tcfail069.hs:20:
3     Couldn't match `[t]' against `(_116, _1161)'
4         Expected type: [t]
5         Inferred type: (_116, _1161)
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
11