[project @ 1998-11-16 18:14:44 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc034.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _exports_
3 ShouldSucceed g AList{ANull ANode} IntList;
4 _declarations_
5 1 data AList $r3C = ANull |  ANode $r3C (AList $r3C) ;
6 1 g _:_ _forall_ [$a] {PrelBase.Num $a} => AList PrelBase.Bool -> $a ;;
7 1 type IntList = AList PrelBase.Int ;