[project @ 2001-03-29 14:33:37 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc043.stderr
1 __export ShouldSucceed A{op1} B{op2} f;
2 instance {A PrelBase.Int} = zdfAInt;
3 instance __forall [a] => {B a} -> {B [a]} = zdfBZMZN;
4 1 class A a where {op1 :: a} ;
5 1 class B b where {op2 :: b -> PrelBase.Int} ;
6 1 f :: __forall [t a] => {A a} -> t -> a ;
7 1 zddmop1 :: __forall [a] => {A a} -> a ;
8 1 zddmop2 :: __forall [b] => {B b} -> b -> PrelBase.Int ;
9 1 zdfAInt :: {A PrelBase.Int} ;
10 1 zdfBZMZN :: __forall [a] => {B a} -> {B [a]} ;