[project @ 1998-04-30 20:31:10 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc032.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _exports_
3 ShouldSucceed AList(Node Other);
4 _instances_
5 instance _forall_ [a] => {PrelBase.Eval (AList a)} = $dEvalAList0;
6 _declarations_
7 1 $dEvalAList0 _:_ _forall_ [a] => {PrelBase.Eval (AList a)} ;;
8 1 data AList b = Node b [b] |  Other (b, PrelBase.Char) ;