[project @ 1997-05-26 05:42:53 by sof]
[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