[project @ 1997-12-16 16:27:38 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc052.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 PrelNum
5 _exports_
6 ShouldSucceed A B C;
7 _declarations_
8 1 type A a = B a ;
9 1 type B c = C ;
10 1 type C = PrelBase.Int ;