467ddf1344e841cca4d37cf62efa7cf177b45b22
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc046.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _interface_ ShouldSucceed 1
3 _instance_modules_
4 IO PrelAddr PrelArr PrelBounded PrelCCall PrelForeign PrelNum
5 _exports_
6 ShouldSucceed B(:B :B op2) C(:C :C op1);
7 _declarations_
8 1 class {C a} => B a where {op2 :: a -> a -> a} ;
9 1 class C a where {op1 :: a -> a} ;