[project @ 1997-12-16 17:15:04 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc032.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _interface_ ShouldSucceed 1
3 _instance_modules_
4 Addr ArrBase Foreign IO PrelBounded PrelNum
5 _usages_
6 PrelBase 1 :: $d2 1 $d29 1 $d30 1 $d31 1 $d33 1 $d36 1 $d38 1 Eval 1;
7 PrelTup 1 :: $d13 1;
8 _exports_
9 ShouldSucceed AList(Node Other);
10 _instances_
11 instance _forall_ [b] => {PrelBase.Eval (AList b)} = $d1;
12 _declarations_
13 1 $d1 _:_ _forall_ [b] => {PrelBase.Eval (AList b)} ;;
14 1 data AList b = Node b [b] |  Other (b, PrelBase.Char) ;