7139413685c83ab6e80d3aa793e12c75f486c3ff
[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' a where {doubleeq :: a -> a -> PrelBase.Bool} ;
11 1 class {Eq' a} => Ord' a where {lt :: a -> a -> PrelBase.Bool} ;
12 1 f _:_ _forall_ [a b] {Ord' b, PrelBase.Num b} => b -> a -> PrelBase.Bool ;;