[project @ 2000-11-28 08:25:57 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc060.stderr
1 __export ShouldSucceed Eq2{deq};
2 instance {Eq2 PrelBase.Int} = zdfEq2Int;
3 instance __forall [a] => {Eq2 a} -> {Eq2 [a]} = zdfEq2ZMZN;
4 1 class Eq2 a where {deq :: a -> a -> PrelBase.Bool} ;
5 1 zddmdeq :: __forall [a] => {Eq2 a} -> a -> a -> PrelBase.Bool ;
6 1 zdfEq2Int :: {Eq2 PrelBase.Int} ;
7 1 zdfEq2ZMZN :: __forall [a] => {Eq2 a} -> {Eq2 [a]} ;