59e7b1b7a2d63eed01a6034bfa962d67741021af
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc033.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _exports_
3 ShouldSucceed F Twine(Twine2) Twist(Twist2);
4 _instances_
5 instance {PrelBase.Eval Twine} = $dEvalTwine0;
6 instance {PrelBase.Eval Twist} = $dEvalTwist0;
7 _declarations_
8 1 $dEvalTwine0 _:_ {PrelBase.Eval Twine} ;;
9 1 $dEvalTwist0 _:_ {PrelBase.Eval Twist} ;;
10 1 data Twine = Twine2 Twist ;
11 1 data Twist = Twist2 Twine ;
12 1 type F = Twine ;