[project @ 1999-11-01 16:07:48 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail003.stderr
1
2 tcfail003.hs:3:
3     No instance for `Num Char'
4     arising from the literal `1' at tcfail003.hs:3
5     In the list element: 1
6     In the right-hand side of a pattern binding: [1, 'a']
7
8 Compilation had errors
9