[project @ 1998-11-16 18:14:44 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc051.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _exports_
3 ShouldSucceed Eq'{:Eq' :Eq' doubleeq} Ord'{:Ord' :Ord' lt};
4 _instances_
5 instance _forall_ [$a] {Eq' $a} => {Eq' [$a]} = $dEq'0;
6 instance {Eq' PrelBase.Int} = $dEq'Int0;
7 instance {Ord' PrelBase.Int} = $dOrd'Int0;
8 _declarations_
9 1 $dEq'0 _:_ _forall_ [$a] {Eq' $a} => {Eq' [$a]} ;;
10 1 $dEq'Int0 _:_ {Eq' PrelBase.Int} ;;
11 1 $dOrd'Int0 _:_ {Ord' PrelBase.Int} ;;
12 1 class Eq' $r3Q where {doubleeq :: $r3Q -> $r3Q -> PrelBase.Bool} ;
13 1 class {Eq' $r3N}  => Ord' $r3N where {lt :: $r3N -> $r3N -> PrelBase.Bool} ;