69084badeece76032e125819705a94175351913b
[ghc-hetmet.git] / ghc / tests / typecheck / should_compile / tc052.stderr
1 ghc: module version changed to 1; reason: no old .hi file
2 _exports_
3 ShouldSucceed A B C;
4 _declarations_
5 1 type A a = B a ;
6 1 type B c = C ;
7 1 type C = PrelBase.Int ;