59e5b4cf1c5c51bf09752c72d5b5e783e6eeb486
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc043.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 __export ShouldSucceed A{op1} B{op2} f;
3 instance {A PrelBase.Int} = zdfAInt;
4 instance __forall [a] {B a} => {B [a]} = zdfBZMZN;
5 1 class A a where {op1 :: a} ;
6 1 class B b where {op2 :: b -> PrelBase.Int} ;
7 1 f :: __forall [t a] {A a} => t -> a ;
8 1 zdfAInt :: {A PrelBase.Int} ;
9 1 zdfBZMZN :: __forall [a] {B a} => {B [a]} ;