[project @ 1997-12-16 17:15:04 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail001.stderr
1  
2 tcfail001.hs:9:warning:
3     Duplicated class assertion `A a' in context: `(A a, A a)'
4  
5 tcfail001.hs:9: Couldn't match the type `-> oalM' against `[]'
6     Expected: `oalM -> oalN'
7     Inferred: `[talK]'
8     In an equation for function `op': `op [] = []'
9
10 Compilation had errors