[project @ 1998-08-05 17:16:04 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc029.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _exports_
3 ShouldSucceed G K(H M);
4 _instances_
5 instance {PrelBase.Eval K} = $dEvalK0;
6 _declarations_
7 1 $dEvalK0 _:_ {PrelBase.Eval K} ;;
8 1 data K = H PrelBase.Bool |  M G ;
9 1 type G = [PrelBase.Int] ;