8c791bbaaf54bea5e9bebcaf6c4b75c9a988ea77
[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