[project @ 1999-01-23 17:57:35 by sof]
[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 f A{op1} B{op2};
3 instance {A PrelBase.Int} = _fAInt;
4 instance __forall [a] {B a} => {B [a]} = _gB_91_93;
5 1 _fAInt :: {A PrelBase.Int} ;
6 1 _gB_91_93 :: __forall [a] {B a} => {B [a]} ;
7 1 class A a where {op1 :: a} ;
8 1 class B b where {op2 :: b -> PrelBase.Int} ;
9 1 f :: __forall [t a] {A a} => t -> a ;