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