[project @ 1997-09-05 14:11:05 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc033.stderr
1
2
3 ================================================================================
4 Typechecked:
5 Twist2{-r9,x-}{i} = \ tpl_B1 -> Twist2{-r9,x-}{i} {tpl_B1}
6 Twine2{-r8,x-}{i} = \ tpl_B1 -> Twine2{-r8,x-}{i} {tpl_B1}
7 AbsBinds [] [] [([], $d1{-rBa,x-}, d.Eval_aB2)]
8     d.Eval_aB2 = ({-dict-} [] [])
9 AbsBinds [] [] [([], $d2{-rBc,x-}, d.Eval_aB7)]
10     d.Eval_aB7 = ({-dict-} [] [])
11 ghc: module version changed to 1; reason: no old .hi file
12 _interface_ ShouldSucceed 1
13 _instance_modules_
14 ArrBase IO PrelNum
15 _usages_
16 PrelBase 1 :: $d2 1 $d38 1 $d40 1 $d42 1 $d47 1 Eval 1;
17 _exports_
18 ShouldSucceed F Twine(Twine2) Twist(Twist2);
19 _instances_
20 instance {PrelBase.Eval Twist} = $d1;
21 instance {PrelBase.Eval Twine} = $d2;
22 _declarations_
23 1 $d1 _:_ {PrelBase.Eval Twist} ;;
24 1 $d2 _:_ {PrelBase.Eval Twine} ;;
25 1 type F = Twine ;
26 1 data Twine = Twine2 Twist ;
27 1 data Twist = Twist2 Twine ;