a577ffbf5ee2a0f434816e1f3c278eddfc055f72
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail001.stderr
1  
2 tcfail001.hs:9: Warning:
3     Duplicate class assertion `A a' in the context: (A a, A a) =>
4
5  
6 tcfail001.hs:9:
7     Couldn't match `[a]' against `t -> _116'
8         Expected type: [a]
9         Inferred type: t -> _116
10     In an equation for function `op': op [] = []
11     In the definition for method `op'
12
13
14 Compilation had errors
15