4e64be8bc0c03d45cfc5b658e0faa90a2b19e881
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc032.stderr
1
2
3 ================================================================================
4 Typechecked:
5 Node{-r4,x-}{i} =
6     _/\_ b_tr3h -> \ tpl_B1 tpl_B2 ->
7         Node{-r4,x-}{i} {_@_ b_tr3h tpl_B1 tpl_B2}
8 Other{-r3,x-}{i} =
9     _/\_ b_tr3h -> \ tpl_B1 -> Other{-r3,x-}{i} {_@_ b_tr3h tpl_B1}
10 AbsBinds [taQa] [] [([taQa], $d1{-rQd,x-}, d.Eval_aQ9)]
11     d.Eval_aQ9 = ({-dict-} [] [])
12 ghc: module version changed to 1; reason: no old .hi file
13 _interface_ ShouldSucceed 1
14 _instance_modules_
15 ArrBase IO PrelNum
16 _usages_
17 PrelBase 1 :: $d2 1 $d38 1 $d39 1 $d40 1 $d42 1 $d45 1 $d47 1 Eval 1;
18 PrelTup 1 :: $d13 1;
19 _exports_
20 ShouldSucceed AList(Node Other);
21 _instances_
22 instance _forall_ [b] => {PrelBase.Eval (AList b)} = $d1;
23 _declarations_
24 1 $d1 _:_ _forall_ [b] => {PrelBase.Eval (AList b)} ;;
25 1 data AList b = Node b [b] |  Other (b, PrelBase.Char) ;