6b2d62d09c38def5bd95840f13c751179c711fe3
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc045.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed B{op2} C{op1};
3 instance __forall [a] {B a} => {B [a]} = _gB_91_93;
4 instance __forall [a] => {C [a]} = _gC_91_93;
5 1 _gB_91_93 :: __forall [a] {B a, C [a]} => {B [a]} ;
6 1 _gC_91_93 :: __forall [a] => {C [a]} ;
7 1 class {C a}  => B a where {op2 :: a -> a -> a} ;
8 1 class C a where {op1 :: a -> a} ;