23e90f7ae429efb8d5dec5a8a59d7a4b848ab88c
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail026.stderr
1  
2 tcfail026.hs:2:
3     Conflicting exports for local name:  A
4         module Main
5         module Main
6  
7 tcfail026.hs:6:
8     Class type variable ``a'' does not appear in method signature:
9         op2 ::
10             `b' -> `b'
11
12
13 Compilation had errors