[project @ 1997-05-26 05:37:13 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_succeed / tc032.stderr
1
2
3 --================================================================================
4 Typechecked:
5 {- nonrec -}
6 Node{-r4,x-}{i} =
7     _/\_ b{-r3h-} -> \ tpl_B1 tpl_B2 ->
8         Node{-r4,x-}{i}
9             {_@_ b{-r3h-} tpl_B1 tpl_B2}
10 Other{-r3,x-}{i} =
11     _/\_ b{-r3h-} -> \ tpl_B1 ->
12         Other{-r3,x-}{i}
13             {_@_ b{-r3h-} tpl_B1}
14 {- rec -}
15 AbsBinds [b{-aVe-}] [] [([b{-aVe-}], $d1{-rVh,x-}, d.Eval_aVd)]
16     d.Eval_aVd =
17         ({-dict-} [] [])
18 {- nonrec -}
19 ghc: module version changed to 1; reason: no old .hi file
20 _interface_ ShouldSucceed 1
21 _instance_modules_
22 ArrBase IO PrelNum
23 _usages_
24 PrelBase 1 :: $d37 1 $d38 1 $d39 1 $d41 1 $d44 1 $d46 1 Eval 1;
25 PrelTup 1 :: $d13 1;
26 _exports_
27 ShouldSucceed AList(Node Other);
28 _instances_
29 instance _forall_ [a] => {PrelBase.Eval (AList a)} = $d1;
30 _declarations_
31 1 $d1 _:_ _forall_ [a] => {PrelBase.Eval (AList a)} ;;
32 1 data AList r3h = Node r3h [r3h] |  Other (r3h, PrelBase.Char) ;