[project @ 1997-12-16 16:27:38 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 `-> oamd' against `[]'
6     Expected: `oamd -> oame'
7     Inferred: `[tamb]'
8     In an equation for function `op': `op [] = []'
9
10 Compilation had errors