[project @ 1999-05-12 12:23:53 by keithw]
[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]} = zdfBZMZN;
4 instance __forall [a] => {C [a]} = zdfCZMZN;
5 1 class {C a}  => B a where {op2 :: a -> a -> a} ;
6 1 class C a where {op1 :: a -> a} ;
7 1 zdfBZMZN :: __forall [a] => {B a} -> {C [a]} -> {B [a]} ;
8 1 zdfCZMZN :: __forall [a] => {C [a]} ;